diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-02-12 03:13:12 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-02-12 03:13:12 +0000 |
commit | 0ccbf3de8b0c1e38b4422595f66d28ed2e840b41 (patch) | |
tree | 72111cc81551d8c796374359b7cbf53e892a3732 /misc/amanda32-server/files/patch-ab | |
parent | Add initial revision of port of a patch to stock qmail supporting (diff) |
Cleaning up of build to make it true to the pkg-plist
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=38238
Diffstat (limited to 'misc/amanda32-server/files/patch-ab')
-rw-r--r-- | misc/amanda32-server/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/amanda32-server/files/patch-ab b/misc/amanda32-server/files/patch-ab new file mode 100644 index 000000000000..92690f794cad --- /dev/null +++ b/misc/amanda32-server/files/patch-ab @@ -0,0 +1,12 @@ +--- common-src/Makefile.in.orig Fri Jan 26 14:28:17 2001 ++++ common-src/Makefile.in Thu Feb 8 06:51:25 2001 +@@ -481,7 +481,8 @@ + check: check-am + installcheck-am: + installcheck: installcheck-am +-install-exec-am: install-libLTLIBRARIES ++@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES ++@WANT_SERVER_TRUE@install-exec-am: + install-exec: install-exec-am + + install-data-am: |