summaryrefslogtreecommitdiff
path: root/print/texmf-dirs
diff options
context:
space:
mode:
authorminskim <minskim>2006-04-12 17:58:41 +0000
committerminskim <minskim>2006-04-12 17:58:41 +0000
commitcb79af8b058f960acf11112b7953c6c444251055 (patch)
tree2b04c26459977031a89bbfe94c111f4d78862347 /print/texmf-dirs
parent5f089a52a9b3b5515383c91224b5484fee6ef5ca (diff)
downloadpkgsrc-cb79af8b058f960acf11112b7953c6c444251055.tar.gz
Fix PRINT_PLIST_AWK patterns to use "${PKG_LOCALTEXMFPREFIX}" instead of
its value. Noted by reed@.
Diffstat (limited to 'print/texmf-dirs')
-rw-r--r--print/texmf-dirs/dirs.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/texmf-dirs/dirs.mk b/print/texmf-dirs/dirs.mk
index c40ab5013e7..7306a5a62d0 100644
--- a/print/texmf-dirs/dirs.mk
+++ b/print/texmf-dirs/dirs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: dirs.mk,v 1.6 2006/04/12 17:03:27 minskim Exp $
+# $NetBSD: dirs.mk,v 1.7 2006/04/12 17:58:41 minskim Exp $
#
# This file is intended to be included by mk/dirs.mk, not directly by packages.
#
@@ -45,8 +45,8 @@ TEXMF_DIRS+= web2c
DEPENDS+= texmf-dirs>=${_USE_TEXMF_DIRS}:../../print/texmf-dirs
. for dir in ${TEXMF_DIRS}
-PRINT_PLIST_AWK+= /^@dirrm ${PKG_LOCALTEXMFPREFIX:S|${PREFIX}/||:S|/|\/|}\/${dir:S|/|\\/|g}$$/ \
- { print "@comment In texmf-dirs: " $$0; next; }
+PRINT_PLIST_AWK+= /^@dirrm \$${PKG_LOCALTEXMFPREFIX}\/${dir:S|/|\\/|g}$$/ \
+ { print "@comment In texmf-dirs: " $$0; next; }
. endfor
.endif