summaryrefslogtreecommitdiff
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
commitb9b71bd80e51038bc309d0c55bed074f8c97d017 (patch)
tree4f4c9b58e602909369248b7a5df49be24e835da3
parentc1ec9f031ac6b5422db711e012229fd91daf57d2 (diff)
downloadpkgsrc-b9b71bd80e51038bc309d0c55bed074f8c97d017.tar.gz
Set TEX_TEXMF_DIRS explicitly.
-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"