diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-04-16 01:12:22 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-04-16 01:12:22 +0000 |
commit | 6eb153a77a79b7b9051ff8f997a021064c7c7ba9 (patch) | |
tree | e9fce6f9175ce5a17b9a7e501e0ef0a990428614 /misc/amanda25-server/files/patch-ac | |
parent | 9c736c80e3c2921cec9b7c5b1a96721cae372b6a (diff) | |
download | ports-6eb153a77a79b7b9051ff8f997a021064c7c7ba9.tar.gz ports-6eb153a77a79b7b9051ff8f997a021064c7c7ba9.zip |
Notes
Diffstat (limited to 'misc/amanda25-server/files/patch-ac')
-rw-r--r-- | misc/amanda25-server/files/patch-ac | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/misc/amanda25-server/files/patch-ac b/misc/amanda25-server/files/patch-ac index fe13070d2833..3e2977e53a1f 100644 --- a/misc/amanda25-server/files/patch-ac +++ b/misc/amanda25-server/files/patch-ac @@ -1,5 +1,5 @@ --- tape-src/Makefile.in.orig Mon Feb 24 21:45:25 2003 -+++ tape-src/Makefile.in Sun Apr 13 21:03:21 2003 ++++ tape-src/Makefile.in Tue Apr 15 19:54:39 2003 @@ -158,7 +158,8 @@ lib_LTLIBRARIES = libamtape.la LIB_EXTENSION = la @@ -20,16 +20,3 @@ PROGRAMS = $(sbin_PROGRAMS) amdd_SOURCES = amdd.c -@@ -517,7 +519,11 @@ - - install-data-am: - --install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS -+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES \ -+ install-sbinPROGRAMS -+ @$(NORMAL_INSTALL) -+ $(MAKE) $(AM_MAKEFLAGS) install-exec-hook -+@WANT_SERVER_TRUE@install-exec-am: install-sbinPROGRAMS - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-exec-hook - |