summaryrefslogtreecommitdiff
path: root/textproc/catdoc
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2007-06-21 19:25:47 +0000
committerminskim <minskim@pkgsrc.org>2007-06-21 19:25:47 +0000
commit6b464d4c64d6e70ede9803f776ffe94d1ba0be74 (patch)
treee66b9261ecc1d31c8104c4894e804a39d646eebc /textproc/catdoc
parent2059988a12f415bb9165a789e044f2ebbb42722c (diff)
downloadpkgsrc-6b464d4c64d6e70ede9803f776ffe94d1ba0be74.tar.gz
Set "install" as a .PHONY target so that it works on case-insensitive
filesystems.
Diffstat (limited to 'textproc/catdoc')
-rw-r--r--textproc/catdoc/distinfo3
-rw-r--r--textproc/catdoc/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/textproc/catdoc/distinfo b/textproc/catdoc/distinfo
index a68c666229c..37ec758e2fc 100644
--- a/textproc/catdoc/distinfo
+++ b/textproc/catdoc/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2007/01/24 17:07:00 reed Exp $
+$NetBSD: distinfo,v 1.9 2007/06/21 19:25:47 minskim Exp $
SHA1 (catdoc-0.94.2.tar.gz) = 50ce9d7cb24ad6b10a856c9c24183e2b0a11ca04
RMD160 (catdoc-0.94.2.tar.gz) = 59eb7a026fd3a2dae74a3e7f01a58266f7efaf72
Size (catdoc-0.94.2.tar.gz) = 146012 bytes
+SHA1 (patch-aa) = 7190b66e2dc0c68844b560ce59a7fad5fb0453c0
SHA1 (patch-ac) = 573aad7759f1975e27216023f45663c2a17febff
SHA1 (patch-af) = 2441e50fcb3c829c39d3f62086e871701d735df2
diff --git a/textproc/catdoc/patches/patch-aa b/textproc/catdoc/patches/patch-aa
new file mode 100644
index 00000000000..ef98df8c5d0
--- /dev/null
+++ b/textproc/catdoc/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2007/06/21 19:25:47 minskim Exp $
+
+--- Makefile.in.orig 2006-02-24 09:44:06.000000000 -0800
++++ Makefile.in
+@@ -2,6 +2,7 @@
+ # Your C compilier and flags
+ SHELL = /bin/sh
+
++.PHONY: install
+
+ all:
+ for i in src doc charsets; do\