summaryrefslogtreecommitdiff
path: root/lang/perl5/packlist.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2009-05-16 07:22:01 +0000
committerrillig <rillig@pkgsrc.org>2009-05-16 07:22:01 +0000
commit3c4392c5eeea077fac5360abc1baba858c6ab2bb (patch)
tree7bf114ad68b8d6c976113453d8cc20e43cbf3eda /lang/perl5/packlist.mk
parentac16fa8ffc933670c0bd9e34ee615dc6a3defc31 (diff)
downloadpkgsrc-3c4392c5eeea077fac5360abc1baba858c6ab2bb.tar.gz
cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.
Diffstat (limited to 'lang/perl5/packlist.mk')
-rw-r--r--lang/perl5/packlist.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/packlist.mk b/lang/perl5/packlist.mk
index f6472374462..bc5368ba8ad 100644
--- a/lang/perl5/packlist.mk
+++ b/lang/perl5/packlist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: packlist.mk,v 1.12 2007/01/15 05:36:04 rillig Exp $
+# $NetBSD: packlist.mk,v 1.13 2009/05/16 07:22:04 rillig Exp $
#
# This Makefile fragment is intended to be included by packages that
# create packlist files. This file is automatically included by
@@ -114,7 +114,7 @@ post-install: perl-packlist
.PHONY: perl-packlist
perl-packlist:
- ${_PKG_SILENT}${_PKG_DEBUG} \
+ ${RUN} \
${TEST} -n ${_PERL5_PACKLIST:Q}"" || exit 0; \
for file in ${_PERL5_PACKLIST}; do \
if ${TEST} ! -f "$$file"; then \