summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-06-09 17:53:04 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-06-09 17:53:04 +0000
commitbff0059010e162fb868a71b30e218cba831eb633 (patch)
treeda8b7c4c25b72306dc97b042dfffe7f301fa2812 /lang
parent54f7e6d0d22832ec6e3dc2ae86b464df2e20c1dd (diff)
downloadpkgsrc-bff0059010e162fb868a71b30e218cba831eb633.tar.gz
PR pkg/25428: Georg Schwarz, remove an extra '\' in front of ${TRUE},
to fix the problems seen in the PLIST files.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/module.mk4
1 files changed, 2 insertions, 2 deletions
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}; \