From bff0059010e162fb868a71b30e218cba831eb633 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 9 Jun 2004 17:53:04 +0000 Subject: PR pkg/25428: Georg Schwarz, remove an extra '\' in front of ${TRUE}, to fix the problems seen in the PLIST files. --- lang/perl5/module.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/perl5/module.mk b/lang/perl5/module.mk index e7e3876368f..3a1ef4411fd 100644 --- a/lang/perl5/module.mk +++ b/lang/perl5/module.mk @@ -1,4 +1,4 @@ -# $NetBSD: module.mk,v 1.34 2004/05/05 08:29:44 recht Exp $ +# $NetBSD: module.mk,v 1.35 2004/06/09 17:53:04 xtraeme Exp $ # # This Makefile fragment is intended to be included by packages that build # and install perl5 modules. @@ -124,7 +124,7 @@ PERL5_PLIST_DIRS= \ ( ${CAT} ${PERL5_PACKLIST}; for f in ${PERL5_PACKLIST}; do [ ! -f $$f ] || ${ECHO} $$f; done ) \ | ${SED} -e "s,[ ].*,," -e "s,/\./,/,g" -e "s,${PREFIX}/,," \ -e "s,^,@unexec \${RMDIR} -p %D/," \ - -e "s,/[^/]*$$, 2>/dev/null || \${TRUE}," \ + -e "s,/[^/]*$$, 2>/dev/null || ${TRUE}," \ | ${SORT} -ur PERL5_GENERATE_PLIST= ${PERL5_PLIST_COMMENT}; \ ${PERL5_PLIST_FILES}; \ -- cgit v1.2.3