summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-20 04:23:37 +0000
committerjlam <jlam@pkgsrc.org>2006-03-20 04:23:37 +0000
commitf7b1a25702b4ec66dc28bab935de108797742518 (patch)
tree0da2a6a8b6b185846e1f500554218bd813ebb4f7 /devel
parentf771f3e5f9a1d9a8e776c16e34344550003a5b25 (diff)
downloadpkgsrc-f7b1a25702b4ec66dc28bab935de108797742518.tar.gz
Use PKGINFODIR to refer to the installation directory for info files.
Modify the default INFOPATH to use ${PKGINFODIR} consistently. List the info files in the PLIST. Bump the PKGREVISON to 4.
Diffstat (limited to 'devel')
-rw-r--r--devel/gtexinfo/Makefile8
-rw-r--r--devel/gtexinfo/PLIST5
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile
index 0ef327be950..417f8ef175c 100644
--- a/devel/gtexinfo/Makefile
+++ b/devel/gtexinfo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2006/03/04 21:29:15 jlam Exp $
+# $NetBSD: Makefile,v 1.64 2006/03/20 04:23:37 jlam Exp $
DISTNAME= texinfo-4.8
PKGNAME= g${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
EXTRACT_SUFX= .tar.bz2
@@ -14,11 +14,11 @@ COMMENT= GNU info documentation utilities
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
-INFO_FILES= info-stnd.info info.info texinfo
+INFO_FILES= # PLIST
TEST_TARGET= check
PLIST_SRC= ${PKGDIR}/PLIST
-PKGSRC_INFOPATH= ${PREFIX}/${INFO_DIR}:${X11BASE}/info:${LOCALBASE}/info
+PKGSRC_INFOPATH= ${PREFIX}/${PKGINFODIR}:${X11BASE}/${PKGINFODIR:${LOCALBASE}/${PKGINFODIR}
MAKE_ENV+= PKGSRC_INFOPATH=${PKGSRC_INFOPATH:Q}
.include "../../mk/bsd.prefs.mk"
diff --git a/devel/gtexinfo/PLIST b/devel/gtexinfo/PLIST
index bd13d344563..56803942760 100644
--- a/devel/gtexinfo/PLIST
+++ b/devel/gtexinfo/PLIST
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.12 2004/07/04 23:17:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2006/03/20 04:23:37 jlam Exp $
bin/info
bin/infokey
bin/install-info
bin/makeinfo
bin/texi2dvi
bin/texindex
+info/info-stnd.info
+info/info.info
+info/texinfo
man/man1/info.1
man/man1/infokey.1
man/man1/install-info.1