summaryrefslogtreecommitdiff
path: root/devel/opencm
diff options
context:
space:
mode:
authorjmc <jmc>2003-04-23 23:57:58 +0000
committerjmc <jmc>2003-04-23 23:57:58 +0000
commite39d83cfc405ce500cd6c7925d5e5d4f27e788ab (patch)
tree1665dad7312ae7a358e37ba268d34ef5f921571d /devel/opencm
parent5d8f7773c5f8ca0640cc9af7118ca76087c8c5ab (diff)
downloadpkgsrc-e39d83cfc405ce500cd6c7925d5e5d4f27e788ab.tar.gz
Make this put the info files into @infodir@ rather than getting cute trying
to figure out the best place. Avoids breakage if some other package accidently creates PREFIX/share/info.
Diffstat (limited to 'devel/opencm')
-rw-r--r--devel/opencm/Makefile3
-rw-r--r--devel/opencm/distinfo4
-rw-r--r--devel/opencm/patches/patch-aa19
3 files changed, 19 insertions, 7 deletions
diff --git a/devel/opencm/Makefile b/devel/opencm/Makefile
index abf38f1c3d4..9fd88cb4178 100644
--- a/devel/opencm/Makefile
+++ b/devel/opencm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/03/29 12:40:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2003/04/23 23:57:58 jmc Exp $
#
DISTNAME= ${OPENCM_VERSION}-1-src
@@ -17,6 +17,7 @@ USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --infodir=${PREFIX}/info
OPENCM_VERSION= opencm-0.1.2alpha4
diff --git a/devel/opencm/distinfo b/devel/opencm/distinfo
index 19389b34bc3..9bae9fa0105 100644
--- a/devel/opencm/distinfo
+++ b/devel/opencm/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2003/02/14 22:50:04 hubertf Exp $
+$NetBSD: distinfo,v 1.8 2003/04/23 23:57:58 jmc Exp $
SHA1 (opencm-0.1.2alpha4-1-src.tgz) = 2cbc2d38561a8b9e9deb2097edf1d807c8f0db3a
Size (opencm-0.1.2alpha4-1-src.tgz) = 1387533 bytes
-SHA1 (patch-aa) = 1c4a79698baffb33401afd0efcdf706e4423044a
+SHA1 (patch-aa) = eccb4254283fa554b33a65a4f93a4a98889cdaaa
SHA1 (patch-ab) = 63df5eecf9daedaf0250b4f34f6d48d93a229bfc
SHA1 (patch-ac) = 132b7186f0cf2a3673d7e1b647fa4c81f799f39e
SHA1 (patch-ad) = 86fbdccb618f8a713ae516f39eb6587db4621640
diff --git a/devel/opencm/patches/patch-aa b/devel/opencm/patches/patch-aa
index 4e8cd3707ca..a25405b1e69 100644
--- a/devel/opencm/patches/patch-aa
+++ b/devel/opencm/patches/patch-aa
@@ -1,8 +1,19 @@
-$NetBSD: patch-aa,v 1.3 2003/02/14 19:03:48 jmmv Exp $
+$NetBSD: patch-aa,v 1.4 2003/04/23 23:57:59 jmc Exp $
---- doc/Makefile.in.orig Fri Oct 11 07:48:37 2002
-+++ doc/Makefile.in
-@@ -113,12 +113,12 @@ uninstall-info:
+--- doc/Makefile.in.orig Wed Jan 1 07:52:58 2003
++++ doc/Makefile.in Wed Apr 23 18:30:07 2003
+@@ -48,8 +48,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)/*))
+@@ -113,12 +113,12 @@
opencm.html: opencm.texi version.texi manual/cmd-ref.texi
opencm.info: opencm.texi version.texi manual/cmd-ref.texi