From cb79af8b058f960acf11112b7953c6c444251055 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 12 Apr 2006 17:58:41 +0000 Subject: Fix PRINT_PLIST_AWK patterns to use "${PKG_LOCALTEXMFPREFIX}" instead of its value. Noted by reed@. --- print/texmf-dirs/dirs.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/texmf-dirs') 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 -- cgit v1.2.3