pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl5 PR pkg/25428: Georg Schwarz, remove an extr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/18194c83f460
branches: trunk
changeset: 476400:18194c83f460
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Jun 09 17:53:04 2004 +0000
description:
PR pkg/25428: Georg Schwarz, remove an extra '\' in front of ${TRUE},
to fix the problems seen in the PLIST files.
diffstat:
lang/perl5/module.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9b0b223fc81e -r 18194c83f460 lang/perl5/module.mk
--- a/lang/perl5/module.mk Wed Jun 09 16:49:00 2004 +0000
+++ b/lang/perl5/module.mk Wed Jun 09 17:53:04 2004 +0000
@@ -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 @@
( ${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}; \
Home |
Main Index |
Thread Index |
Old Index