summaryrefslogtreecommitdiff
path: root/print/texmf-dirs
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-04-07 05:21:01 +0000
committerminskim <minskim@pkgsrc.org>2006-04-07 05:21:01 +0000
commit3824e1f9f10220c516e59d3b78532280cbf73603 (patch)
treef7a182f9a333eefc200940229e8e2674abaef35e /print/texmf-dirs
parentd96b578cc4250a0228b591bf4e4fb3a399fb59ed (diff)
downloadpkgsrc-3824e1f9f10220c516e59d3b78532280cbf73603.tar.gz
Set PKG_LOCALTEXMFPREFIX to ${PREFIX}/share/texmf-local in buildlink3.mk;
all TeX packages were converted.
Diffstat (limited to 'print/texmf-dirs')
-rw-r--r--print/texmf-dirs/dirs.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/print/texmf-dirs/dirs.mk b/print/texmf-dirs/dirs.mk
index 2d3a9bfddcb..cca1eff270b 100644
--- a/print/texmf-dirs/dirs.mk
+++ b/print/texmf-dirs/dirs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: dirs.mk,v 1.3 2006/04/07 05:08:50 minskim Exp $
+# $NetBSD: dirs.mk,v 1.4 2006/04/07 05:21:01 minskim Exp $
#
# This file is intended to be included by mk/dirs.mk, not directly by packages.
#
@@ -43,12 +43,6 @@ TEXMF_DIRS+= web2c
.if defined(_USE_TEXMF_DIRS) && !empty(_USE_TEXMF_DIRS)
DEPENDS+= texmf-dirs>=${_USE_TEXMF_DIRS}:../../print/texmf-dirs
-# Should be removed once all TeX packages are converted to use texmf-dirs
-# and PKG_LOCALTEXMFPREFIX is defined correctly in teTeX[23]-bin/buildlink3.mk.
-.if !empty(TEX_TYPE:MteTeX[23])
-PKG_LOCALTEXMFPREFIX= ${PREFIX}/share/texmf-local
-.endif
-
. for dir in ${TEXMF_DIRS}
PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/${dir:S|/|\\/|g}$$/ { next; }
PRINT_PLIST_AWK+= /^@dirrm ${dir:S|/|\\/|g}$$/ \