summaryrefslogtreecommitdiff
path: root/sysutils/amanda-plot/patches
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2004-05-12 20:53:51 +0000
committerbouyer <bouyer@pkgsrc.org>2004-05-12 20:53:51 +0000
commit81aeb119142a38f0e8a7128a3d2a32f18af2410d (patch)
tree783f2430ffd39a7b1d5019c96ad1cadf934296f9 /sysutils/amanda-plot/patches
parenta30e6cb6373a41c53714aab3a784ce63b351c40f (diff)
downloadpkgsrc-81aeb119142a38f0e8a7128a3d2a32f18af2410d.tar.gz
Don't create an (empty) directory in $prefix/share
Remove Makefile variables which are also defined in Makefile.common
Diffstat (limited to 'sysutils/amanda-plot/patches')
-rw-r--r--sysutils/amanda-plot/patches/patch-ab15
-rw-r--r--sysutils/amanda-plot/patches/patch-ac2
2 files changed, 15 insertions, 2 deletions
diff --git a/sysutils/amanda-plot/patches/patch-ab b/sysutils/amanda-plot/patches/patch-ab
index 0166496a270..496a65daa7c 100644
--- a/sysutils/amanda-plot/patches/patch-ab
+++ b/sysutils/amanda-plot/patches/patch-ab
@@ -1,5 +1,7 @@
---- Makefile.in.orig 2004-01-08 10:21:29.000000000 -0800
-+++ Makefile.in 2004-02-24 08:26:13.000000000 -0800
+$NetBSD: patch-ab,v 1.5 2004/05/12 20:53:51 bouyer Exp $
+
+--- Makefile.in.orig 2004-05-12 22:51:17.000000000 +0200
++++ Makefile.in 2004-05-12 21:53:57.000000000 +0200
@@ -168,20 +168,14 @@
# order is significant, don't change it arbitrarily
SUBDIRS = \
@@ -23,3 +25,12 @@
EXTRA_DIST = $(SNAPSHOT_STAMP) \
+@@ -506,7 +500,7 @@
+ uninstall: uninstall-recursive
+
+ install-am: all-am
+- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am
++ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+ installcheck: installcheck-recursive
+ install-strip:
diff --git a/sysutils/amanda-plot/patches/patch-ac b/sysutils/amanda-plot/patches/patch-ac
index fc2b6f214b2..67ebc7bc39a 100644
--- a/sysutils/amanda-plot/patches/patch-ac
+++ b/sysutils/amanda-plot/patches/patch-ac
@@ -1,3 +1,5 @@
+$NetBSD: patch-ac,v 1.5 2004/05/12 20:53:51 bouyer Exp $
+
--- man/Makefile.in.orig 2004-01-08 10:23:42.000000000 -0800
+++ man/Makefile.in 2004-02-24 08:15:51.000000000 -0800
@@ -188,11 +188,7 @@