diff options
Diffstat (limited to 'sysutils/amanda-client/patches/patch-aa')
-rw-r--r-- | sysutils/amanda-client/patches/patch-aa | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/sysutils/amanda-client/patches/patch-aa b/sysutils/amanda-client/patches/patch-aa index 0eafb0c9125..d354db6be55 100644 --- a/sysutils/amanda-client/patches/patch-aa +++ b/sysutils/amanda-client/patches/patch-aa @@ -1,35 +1,28 @@ -$NetBSD: patch-aa,v 1.6 2004/11/12 12:13:44 mjl Exp $ +$NetBSD: patch-aa,v 1.7 2008/02/15 16:23:09 gdt Exp $ ---- Makefile.in.orig 2004-10-22 15:12:38.000000000 +0200 -+++ Makefile.in 2004-11-08 00:35:11.000000000 +0100 -@@ -277,19 +277,15 @@ - # order is significant, don't change it arbitrarily +Remove SUBDIRS and DATA that we don't want in -client package. + +--- Makefile.in.orig 2007-06-06 19:22:51.000000000 -0400 ++++ Makefile.in +@@ -382,19 +382,12 @@ ACINCLUDE_M4_DEPS = $(GNULIB_M4I) $(ACIN SUBDIRS = \ + gnulib \ config \ - common-src \ + amandad-src \ +- $(TAPE_SUBDIRS) \ $(CLIENT_SUBDIRS) \ - $(TAPE_SUBDIRS) \ - $(SERVER_SUBDIRS) \ - $(RESTORE_SUBDIRS) \ +- $(SERVER_SUBDIRS) \ +- $(RESTORE_SUBDIRS) \ $(RECOVER_SUBDIRS) \ - $(PLOT_SUBDIRS) \ +- $(PLOT_SUBDIRS) \ - man docs example + man -pkgdata_DATA = \ -- COPYRIGHT \ -- COPYRIGHT-APACHE \ -- COPYRIGHT-REGEX +- ReleaseNotes \ +- COPYRIGHT +pkgdata_DATA = EXTRA_DIST = $(SNAPSHOT_STAMP) \ $(pkgdata_DATA) \ -@@ -676,7 +672,7 @@ - uninstall: uninstall-recursive - - install-am: all-am -- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am - - installcheck: installcheck-recursive - install-strip: |