summaryrefslogtreecommitdiff
path: root/devel/opencm/patches/patch-ad
diff options
context:
space:
mode:
authorjmc <jmc>2003-05-06 13:15:05 +0000
committerjmc <jmc>2003-05-06 13:15:05 +0000
commitcd86ca8495d2084b420250e537fca7874161a66e (patch)
treece13bccccbb37b54f493fb2ea54f8fdbaa81eeec /devel/opencm/patches/patch-ad
parent87ccc64a9bff74407856c5d8359b99484eaa8766 (diff)
downloadpkgsrc-cd86ca8495d2084b420250e537fca7874161a66e.tar.gz
Patch for infodir in one more place so this avoids PREFIX/share/info
Diffstat (limited to 'devel/opencm/patches/patch-ad')
-rw-r--r--devel/opencm/patches/patch-ad19
1 files changed, 15 insertions, 4 deletions
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: