summaryrefslogtreecommitdiff
path: root/devel/gtexinfo/Makefile
diff options
context:
space:
mode:
authorreed <reed>2004-05-08 02:50:03 +0000
committerreed <reed>2004-05-08 02:50:03 +0000
commitbabd2f6d4c4db738de37476e6132f784c7211e96 (patch)
tree67ff47d637ce6b18f6c9d6d35c8c0aa197f9595c /devel/gtexinfo/Makefile
parent4095eb4a922a6384301c8ac79d06071e714df16f (diff)
downloadpkgsrc-babd2f6d4c4db738de37476e6132f784c7211e96.tar.gz
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 (limited to 'devel/gtexinfo/Makefile')
-rw-r--r--devel/gtexinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile
index caab097e4ea..ac555ca019b 100644
--- a/devel/gtexinfo/Makefile
+++ b/devel/gtexinfo/Makefile
@@ -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 @@ INFO_FILES= info-stnd.info info.info texinfo
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"