summaryrefslogtreecommitdiff
path: root/devel/opencm
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-05-06 13:15:05 +0000
committerjmc <jmc@pkgsrc.org>2003-05-06 13:15:05 +0000
commit891d57d2fda90eeaff08d6cb41eb31df1d878a03 (patch)
treece13bccccbb37b54f493fb2ea54f8fdbaa81eeec /devel/opencm
parentef29fc39eb00d3d0874b92d8389b9b2a738246e2 (diff)
downloadpkgsrc-891d57d2fda90eeaff08d6cb41eb31df1d878a03.tar.gz
Patch for infodir in one more place so this avoids PREFIX/share/info
Diffstat (limited to 'devel/opencm')
-rw-r--r--devel/opencm/distinfo4
-rw-r--r--devel/opencm/patches/patch-ad19
2 files changed, 17 insertions, 6 deletions
diff --git a/devel/opencm/distinfo b/devel/opencm/distinfo
index 9bae9fa0105..66f6612759f 100644
--- a/devel/opencm/distinfo
+++ b/devel/opencm/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2003/04/23 23:57:58 jmc Exp $
+$NetBSD: distinfo,v 1.9 2003/05/06 13:15:05 jmc Exp $
SHA1 (opencm-0.1.2alpha4-1-src.tgz) = 2cbc2d38561a8b9e9deb2097edf1d807c8f0db3a
Size (opencm-0.1.2alpha4-1-src.tgz) = 1387533 bytes
SHA1 (patch-aa) = eccb4254283fa554b33a65a4f93a4a98889cdaaa
SHA1 (patch-ab) = 63df5eecf9daedaf0250b4f34f6d48d93a229bfc
SHA1 (patch-ac) = 132b7186f0cf2a3673d7e1b647fa4c81f799f39e
-SHA1 (patch-ad) = 86fbdccb618f8a713ae516f39eb6587db4621640
+SHA1 (patch-ad) = 7bb9d15d7e5477de5d30e2c8ea7a69c9ce9f59af
SHA1 (patch-af) = 63194a7f9530ccf3ac7f0d91b94d717295c61f0b
diff --git a/devel/opencm/patches/patch-ad b/devel/opencm/patches/patch-ad
index 81b281b2089..be2718828fb 100644
--- a/devel/opencm/patches/patch-ad
+++ b/devel/opencm/patches/patch-ad
@@ -1,8 +1,19 @@
-$NetBSD: patch-ad,v 1.3 2002/11/26 12:09:45 jmmv Exp $
+$NetBSD: patch-ad,v 1.4 2003/05/06 13:15:06 jmc Exp $
---- Makefile.in.orig Fri Oct 11 07:48:47 2002
-+++ Makefile.in
-@@ -130,7 +130,7 @@ DISTFILES = \
+--- Makefile.in.orig Wed Jan 1 07:52:57 2003
++++ Makefile.in Tue May 6 00:41:37 2003
+@@ -92,8 +92,8 @@
+ # work robustly when the user messes with --prefix...
+
+ # Where to put the Info files
+-shareinfodir=$(findstring $(datadir)/info,$(wildcard $(datadir)/*))
+-infodir = $(if $(shareinfodir),$(shareinfodir),@infodir@)
++shareinfodir=@infodir@
++infodir = @infodir@
+
+ # Where to put the manual pages.
+ sharemandir=$(findstring $(datadir)/man,$(wildcard $(datadir)/*))
+@@ -130,7 +130,7 @@
### Subdirectories to run make in for the primary targets.
# Unix source subdirs, where we'll want to run lint and etags: