pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gtexinfo Use INFO_DIR in the info documentation ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8d8fd79ff67
branches:  trunk
changeset: 474965:a8d8fd79ff67
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat May 08 02:50:03 2004 +0000

description:
Use INFO_DIR in the info documentation search path. This is needed
if using a custom INFO_DIR so info command can find docs.

diffstat:

 devel/gtexinfo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6653b32c4481 -r a8d8fd79ff67 devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile   Sat May 08 02:13:00 2004 +0000
+++ b/devel/gtexinfo/Makefile   Sat May 08 02:50:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2004/04/24 19:47:44 jlam Exp $
+# $NetBSD: Makefile,v 1.52 2004/05/08 02:50:03 reed Exp $
 
 DISTNAME=              texinfo-4.6
 PKGNAME=               g${DISTNAME}
@@ -19,7 +19,7 @@
 TEST_TARGET=           check
 PLIST_SRC=             ${PKGDIR}/PLIST
 
-PKGSRC_INFOPATH=       ${PREFIX}/info:${X11BASE}/info:${LOCALBASE}/info
+PKGSRC_INFOPATH=       ${PREFIX}/${INFO_DIR}:${X11BASE}/info:${LOCALBASE}/info
 MAKE_ENV+=             PKGSRC_INFOPATH="${PKGSRC_INFOPATH}"
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index