summaryrefslogtreecommitdiff
path: root/misc/gnome-pim
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-08-29 20:34:13 +0000
committertron <tron@pkgsrc.org>1999-08-29 20:34:13 +0000
commita05bd535bc4066176ed380eb2c8a6f60ee709f1c (patch)
tree2e5128f64e3b098fd161ab619fb8646b70262fc7 /misc/gnome-pim
parent614f5afc5fb3defb9eaa4539c96b4c75eb039e8b (diff)
downloadpkgsrc-a05bd535bc4066176ed380eb2c8a6f60ee709f1c.tar.gz
Avoid creation of unused directory "share/gnome/help/cal/C" which was
not removed during deinstallation.
Diffstat (limited to 'misc/gnome-pim')
-rw-r--r--misc/gnome-pim/files/patch-sum3
-rw-r--r--misc/gnome-pim/patches/patch-aa13
2 files changed, 16 insertions, 0 deletions
diff --git a/misc/gnome-pim/files/patch-sum b/misc/gnome-pim/files/patch-sum
new file mode 100644
index 00000000000..a61dc3f8b8a
--- /dev/null
+++ b/misc/gnome-pim/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 1999/08/29 20:34:13 tron Exp $
+
+MD5 (patch-aa) = cbd71effa1f99af11434d2da5627a1dc
diff --git a/misc/gnome-pim/patches/patch-aa b/misc/gnome-pim/patches/patch-aa
new file mode 100644
index 00000000000..29799ffd630
--- /dev/null
+++ b/misc/gnome-pim/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 1999/08/29 20:34:13 tron Exp $
+
+--- gncal/Makefile.in.orig Sun Aug 29 22:27:09 1999
++++ gncal/Makefile.in Sun Aug 29 22:28:20 1999
+@@ -517,7 +517,7 @@
+
+
+ install-data-local:
+- $(mkinstalldirs) $(DESTDIR)$(help_base)/C
++# $(mkinstalldirs) $(DESTDIR)$(help_base)/C
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.