summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2009-06-18 05:30:24 +0000
committerwiz <wiz>2009-06-18 05:30:24 +0000
commitc83e2a99cab1e67808c27332e9a5dd153a4a071c (patch)
tree84507def2c2acfde7b8bea281bdf1edfb6c7f3f1 /lang
parentb27d568c5146a7691527d1f438f2beef899c9351 (diff)
downloadpkgsrc-c83e2a99cab1e67808c27332e9a5dd153a4a071c.tar.gz
Remove @unexec ${RMDIR} generating code that is now unnecessary with latest
pkg_install.
Diffstat (limited to 'lang')
-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