summaryrefslogtreecommitdiff
path: root/print/texmf-dirs
diff options
context:
space:
mode:
authorminskim <minskim>2006-04-07 14:55:41 +0000
committerminskim <minskim>2006-04-07 14:55:41 +0000
commit21cddef2bdb4d17b3c2e62ae9d55eb77db95b733 (patch)
treead12f108c20be991bf08e59531f5f72ab71af556 /print/texmf-dirs
parent7114fa056c70f2019fd54236fa0fb8caa598e939 (diff)
downloadpkgsrc-21cddef2bdb4d17b3c2e62ae9d55eb77db95b733.tar.gz
Replace hardcoded texmf-local with PKG_LOCATEXMFPREFIX, which is now set
correctly in teTeX{,3}-bin/buildlink3.mk. Pointed out by tonio@.
Diffstat (limited to 'print/texmf-dirs')
-rw-r--r--print/texmf-dirs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texmf-dirs/Makefile b/print/texmf-dirs/Makefile
index 52031cd9b0a..d372287a9bd 100644
--- a/print/texmf-dirs/Makefile
+++ b/print/texmf-dirs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/04/07 05:08:50 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2006/04/07 14:55:41 minskim Exp $
DISTNAME= texmf-dirs-1.1
CATEGORIES= print
@@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}
.if ${TEX_TYPE} == "teTeX1"
REQD_DIRS= # empty
.else
-REQD_DIRS+= ${TEXMF_DIRS:O:S/^/${PREFIX}\/share\/texmf-local\//}
+REQD_DIRS+= ${TEXMF_DIRS:O:S/^/${PKG_LOCALTEXMFPREFIX}\//}
. if ${TEX_TYPE} == "teTeX2"
BUILDLINK_API_DEPENDS.teTeX-bin+= teTeX-bin>=2.0.2nb7 teTeX-bin<3.0
. elif ${TEX_TYPE} == "teTeX3"