summaryrefslogtreecommitdiff
path: root/print/texmf-dirs/dirs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'print/texmf-dirs/dirs.mk')
-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