diff options
Diffstat (limited to 'sysutils/amanda-client/patches/patch-ac')
-rw-r--r-- | sysutils/amanda-client/patches/patch-ac | 30 |
1 files changed, 10 insertions, 20 deletions
diff --git a/sysutils/amanda-client/patches/patch-ac b/sysutils/amanda-client/patches/patch-ac index 715427aaf76..c5740498e6d 100644 --- a/sysutils/amanda-client/patches/patch-ac +++ b/sysutils/amanda-client/patches/patch-ac @@ -1,27 +1,17 @@ -$NetBSD: patch-ac,v 1.4 2001/01/16 21:59:30 cjones Exp $ +$NetBSD: patch-ac,v 1.5 2001/06/26 03:14:11 christos Exp $ ---- Makefile.in.orig Sat Nov 25 07:01:53 2000 -+++ Makefile.in Mon Jan 15 16:52:37 2001 -@@ -162,20 +162,15 @@ +--- Makefile.in.orig Tue Apr 3 15:55:47 2001 ++++ Makefile.in Mon Jun 25 22:16:50 2001 +@@ -157,10 +157,10 @@ + @WANT_RECOVER_TRUE@RECOVER_SUBDIRS = recover-src + @WANT_AMPLOT_TRUE@PLOT_SUBDIRS = amplot # order is significant, don't change it arbitrarily - SUBDIRS = \ - config \ -- common-src \ - $(CLIENT_SUBDIRS) \ - $(TAPE_SUBDIRS) \ - $(SERVER_SUBDIRS) \ - $(RESTORE_SUBDIRS) \ - $(RECOVER_SUBDIRS) \ -- $(PLOT_SUBDIRS) \ -- man docs example -+ man +-SUBDIRS = config common-src $(CLIENT_SUBDIRS) $(TAPE_SUBDIRS) $(SERVER_SUBDIRS) $(RESTORE_SUBDIRS) $(RECOVER_SUBDIRS) $(PLOT_SUBDIRS) man docs example ++SUBDIRS = config $(CLIENT_SUBDIRS) $(TAPE_SUBDIRS) $(SERVER_SUBDIRS) $(RESTORE_SUBDIRS) $(RECOVER_SUBDIRS) man --pkgdata_DATA = \ -- COPYRIGHT \ -- COPYRIGHT-APACHE \ -- COPYRIGHT-REGEX +-pkgdata_DATA = COPYRIGHT COPYRIGHT-APACHE COPYRIGHT-REGEX +pkgdata_DATA = - EXTRA_DIST = $(SNAPSHOT_STAMP) \ + EXTRA_DIST = $(SNAPSHOT_STAMP) $(pkgdata_DATA) contrib/README contrib/dbbackup.README contrib/dbbackup.ksh contrib/dbbackup.sql contrib/dbbackup.tcl contrib/set_prod_link.pl contrib/sst/Makefile contrib/sst/README contrib/sst/README.Amanda contrib/sst/sst.c contrib/sst/sst.conf contrib/sst/sst_def.h contrib/sst/sstest.c patches/regex-3.6alpha.patch patches/samba-largefs.patch patches/tar-1.12.patch regex-src/COPYRIGHT regex-src/Makefile regex-src/README regex-src/WHATSNEW regex-src/cclass.h regex-src/cname.h regex-src/debug.c regex-src/engine.c regex-src/main.c regex-src/mkh regex-src/regcomp.c regex-src/regerror.c regex-src/regex.3 regex-src/regex.7 regex-src/regex2.h regex-src/regexec.c regex-src/regfree.c regex-src/split.c regex-src/tests regex-src/utils.h regex-src/fake/limits.h regex-src/fake/memmove.c regex-src/fake/stdlib.h |