summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-06-18 05:30:24 +0000
committerwiz <wiz@pkgsrc.org>2009-06-18 05:30:24 +0000
commitde851ddd8b8d1e45dec42cf9d59396aff5d8cdee (patch)
tree84507def2c2acfde7b8bea281bdf1edfb6c7f3f1 /lang/perl5
parent9575dd81ab2a9ffbe076c3ed02880892c5e4fc3b (diff)
downloadpkgsrc-de851ddd8b8d1e45dec42cf9d59396aff5d8cdee.tar.gz
Remove @unexec ${RMDIR} generating code that is now unnecessary with latest
pkg_install.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/packlist.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/lang/perl5/packlist.mk b/lang/perl5/packlist.mk
index bc5368ba8ad..56af2133758 100644
--- a/lang/perl5/packlist.mk
+++ b/lang/perl5/packlist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: packlist.mk,v 1.13 2009/05/16 07:22:04 rillig Exp $
+# $NetBSD: packlist.mk,v 1.14 2009/06/18 05:30:24 wiz Exp $
#
# This Makefile fragment is intended to be included by packages that
# create packlist files. This file is automatically included by
@@ -63,15 +63,8 @@ PERL5_PLIST_FILES_CMD= \
{ ${CAT} ${_PERL5_PACKLIST}; for f in ${_PERL5_REAL_PACKLIST}; do ${TEST} ! -f "${DESTDIR}$$f" || ${ECHO} "$$f"; done; } \
| ${SED} -e "s,[ ].*,," -e "s,/\\./,/,g" -e "s,${PREFIX}/,," \
| ${SORT} -u
-PERL5_PLIST_DIRS_CMD= \
- { ${CAT} ${_PERL5_PACKLIST}; for f in ${_PERL5_REAL_PACKLIST}; do ${TEST} ! -f "${DESTDIR}$$f" || ${ECHO} "$$f"; done; } \
- | ${SED} -e "s,[ ].*,," -e "s,/\\./,/,g" -e "s,${PREFIX}/,," \
- -e "s,^,@unexec "${RMDIR:Q}" -p %D/," \
- -e "s,/[^/]*\$$, 2>/dev/null || "${TRUE:Q}"," \
- | ${SORT} -ur
PERL5_GENERATE_PLIST= ${PERL5_PLIST_COMMENT_CMD}; \
- ${PERL5_PLIST_FILES_CMD}; \
- ${PERL5_PLIST_DIRS_CMD};
+ ${PERL5_PLIST_FILES_CMD};
GENERATE_PLIST+= ${PERL5_GENERATE_PLIST}
.endif