mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
- define LICENSE - simplify handling of USERS and GROUPS - reorder make variables in accordance with policy - regenerate patches - harden amstatus against task death Changelog: https://www.zmanda.com/amanda-community/?ss360SearchTerm=3.5.1 PR: 264714 Approved by: fbsd@dylanleigh.net (maintainer timeout)
10 lines
371 B
Text
10 lines
371 B
Text
--- perl/amglue/Makefile.in.orig 2017-12-01 13:26:55 UTC
|
|
+++ perl/amglue/Makefile.in
|
|
@@ -1618,6 +1618,7 @@ install-amlibLTLIBRARIES: $(amlib_LTLIBRARIES)
|
|
list2="$$list2 $$p"; \
|
|
else :; fi; \
|
|
done; \
|
|
+@WANT_CLIENT_FALSE@ list2=; \
|
|
test -z "$$list2" || { \
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(amlibdir)'"; \
|
|
$(MKDIR_P) "$(DESTDIR)$(amlibdir)" || exit 1; \
|