pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gtexinfo Use PKGINFODIR to refer to the installa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/535d8899cd39
branches:  trunk
changeset: 509947:535d8899cd39
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Mar 20 04:23:37 2006 +0000

description:
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:

 devel/gtexinfo/Makefile |  8 ++++----
 devel/gtexinfo/PLIST    |  5 ++++-
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 85da9df26101 -r 535d8899cd39 devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile   Mon Mar 20 04:15:42 2006 +0000
+++ b/devel/gtexinfo/Makefile   Mon Mar 20 04:23:37 2006 +0000
@@ -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 @@
 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 -r 85da9df26101 -r 535d8899cd39 devel/gtexinfo/PLIST
--- a/devel/gtexinfo/PLIST      Mon Mar 20 04:15:42 2006 +0000
+++ b/devel/gtexinfo/PLIST      Mon Mar 20 04:23:37 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index