summaryrefslogtreecommitdiff
path: root/sysutils/amanda-server/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/amanda-server/patches/patch-ab')
-rw-r--r--sysutils/amanda-server/patches/patch-ab33
1 files changed, 23 insertions, 10 deletions
diff --git a/sysutils/amanda-server/patches/patch-ab b/sysutils/amanda-server/patches/patch-ab
index e358190961f..f0bb8f28b39 100644
--- a/sysutils/amanda-server/patches/patch-ab
+++ b/sysutils/amanda-server/patches/patch-ab
@@ -1,7 +1,9 @@
-$NetBSD: patch-ab,v 1.7 2004/11/12 12:13:45 mjl Exp $
+$NetBSD: patch-ab,v 1.8 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:53:24.000000000 +0100
+Remove SUBDIRS and DATA that we don't want in -server package.
+
+--- Makefile.in.orig 2007-06-06 19:22:51.000000000 -0400
++++ Makefile.in
@@ -17,7 +17,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
@@ -11,12 +13,23 @@ $NetBSD: patch-ab,v 1.7 2004/11/12 12:13:45 mjl Exp $
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .
-@@ -676,7 +676,7 @@
- uninstall: uninstall-recursive
+@@ -383,18 +383,12 @@ SUBDIRS = \
+ gnulib \
+ config \
+ common-src \
+- amandad-src \
+ $(TAPE_SUBDIRS) \
+- $(CLIENT_SUBDIRS) \
+ $(SERVER_SUBDIRS) \
+ $(RESTORE_SUBDIRS) \
+- $(RECOVER_SUBDIRS) \
+- $(PLOT_SUBDIRS) \
+ man docs example
- install-am: all-am
-- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am
+-pkgdata_DATA = \
+- ReleaseNotes \
+- COPYRIGHT
++pkgdata_DATA =
- installcheck: installcheck-recursive
- install-strip:
+ EXTRA_DIST = $(SNAPSHOT_STAMP) \
+ $(pkgdata_DATA) \