diff options
author | minskim <minskim> | 2010-02-08 06:01:13 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-02-08 06:01:13 +0000 |
commit | 7875ffb1acf09d35f1846fffb58bd1ed70649b9b (patch) | |
tree | 4f4c9b58e602909369248b7a5df49be24e835da3 /textproc | |
parent | f089b55aa845872681e1a3006c350a24d6bdbfde (diff) | |
download | pkgsrc-7875ffb1acf09d35f1846fffb58bd1ed70649b9b.tar.gz |
Set TEX_TEXMF_DIRS explicitly.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tex-makeindex/Makefile | 4 |
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" |