summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-02-08 06:01:13 +0000
committerminskim <minskim@pkgsrc.org>2010-02-08 06:01:13 +0000
commite03bd4b43e60fd451f0c4ab480242c324eec23e9 (patch)
tree4f4c9b58e602909369248b7a5df49be24e835da3 /textproc
parent9a3e1884d743e40381bdb806f3b4097194c4e0a0 (diff)
downloadpkgsrc-e03bd4b43e60fd451f0c4ab480242c324eec23e9.tar.gz
Set TEX_TEXMF_DIRS explicitly.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tex-makeindex/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/tex-makeindex/Makefile b/textproc/tex-makeindex/Makefile
index 4bfd7dd7afd..86e727fdcd6 100644
--- a/textproc/tex-makeindex/Makefile
+++ b/textproc/tex-makeindex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/02/08 04:24:22 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/02/08 06:01:13 minskim Exp $
# TeX Live Revision 16044
DISTNAME= makeindex
@@ -9,5 +9,7 @@ DIST_SUBDIR= ${PKGNAME}
MAINTAINER= minskim@NetBSD.org
COMMENT= Style files for makeindex
+TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
+
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"