diff options
Diffstat (limited to 'devel/opencm/patches/patch-ad')
-rw-r--r-- | devel/opencm/patches/patch-ad | 19 |
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: |