diff options
author | tron <tron> | 1999-08-29 20:34:13 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-29 20:34:13 +0000 |
commit | 25eb3923b21b26c600940df1baf44c20a78c4fed (patch) | |
tree | 2e5128f64e3b098fd161ab619fb8646b70262fc7 /misc | |
parent | 05d249532b1dc8669ee7a6d571effb29abb4fb22 (diff) | |
download | pkgsrc-25eb3923b21b26c600940df1baf44c20a78c4fed.tar.gz |
Avoid creation of unused directory "share/gnome/help/cal/C" which was
not removed during deinstallation.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-pim/files/patch-sum | 3 | ||||
-rw-r--r-- | misc/gnome-pim/patches/patch-aa | 13 |
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. |