summaryrefslogtreecommitdiff
path: root/textproc/tex-makeindex
diff options
context:
space:
mode:
authorminskim <minskim>2010-02-08 06:01:13 +0000
committerminskim <minskim>2010-02-08 06:01:13 +0000
commit55c4252c2df0056b46f7b223fff516bfe13c9641 (patch)
tree4f4c9b58e602909369248b7a5df49be24e835da3 /textproc/tex-makeindex
parent5e0a97f0798501f42b14ca4c2c3a4fb7cc9ecdf1 (diff)
downloadpkgsrc-55c4252c2df0056b46f7b223fff516bfe13c9641.tar.gz
Set TEX_TEXMF_DIRS explicitly.
Diffstat (limited to 'textproc/tex-makeindex')
-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"