summaryrefslogtreecommitdiff
path: root/print/tex-pkfix-doc
diff options
context:
space:
mode:
authorminskim <minskim>2010-02-01 00:57:07 +0000
committerminskim <minskim>2010-02-01 00:57:07 +0000
commit0e7427a9e743d841c417c84d78af7e8ce530d978 (patch)
treebe22327ded5fadf7bd47e5572e6fb5c9234201df /print/tex-pkfix-doc
parent7631a55d338623ea81e599c2fa4db64ab03276db (diff)
downloadpkgsrc-0e7427a9e743d841c417c84d78af7e8ce530d978.tar.gz
Set TEX_TEXMF_DIRS so that texlive/package.mk can find files to install.
Diffstat (limited to 'print/tex-pkfix-doc')
-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"