summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-02-01 00:57:07 +0000
committerminskim <minskim@pkgsrc.org>2010-02-01 00:57:07 +0000
commit16f9340a023e8b5e43725afac737e277bae164a7 (patch)
treebe22327ded5fadf7bd47e5572e6fb5c9234201df /print
parent25805d83f8b909617bca7eb1e2e71b37671bcef4 (diff)
downloadpkgsrc-16f9340a023e8b5e43725afac737e277bae164a7.tar.gz
Set TEX_TEXMF_DIRS so that texlive/package.mk can find files to install.
Diffstat (limited to 'print')
-rw-r--r--print/tex-pkfix-doc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/tex-pkfix-doc/Makefile b/print/tex-pkfix-doc/Makefile
index 79614032ea9..0f754e3aef6 100644
--- a/print/tex-pkfix-doc/Makefile
+++ b/print/tex-pkfix-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 03:49:02 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2010/02/01 00:57:07 minskim Exp $
# TeX Live Revision 15878
DISTNAME= pkfix.doc
@@ -9,5 +9,7 @@ COMMENT= Documentation for tex-pkfix
CONFLICTS+= tex-bin-dvipsk<=2008.12898
+TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
+
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"