summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorjlam <jlam>2002-01-30 22:34:15 +0000
committerjlam <jlam>2002-01-30 22:34:15 +0000
commit12be1f7a62abc315281c4532be7763f71b9689c0 (patch)
tree960f0569040fc845c8614589c31c91db1bad8222 /lang/perl5
parentb9a583e1a98478dad8e6924ff00e3018691dad61 (diff)
downloadpkgsrc-12be1f7a62abc315281c4532be7763f71b9689c0.tar.gz
Move post-patch target that modified files to pre-configure, so that the
result of "make patch" can be used for "mkpatches".
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 183b1461dd2..de4720800f4 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2002/01/28 00:25:27 jlam Exp $
+# $NetBSD: Makefile,v 1.55 2002/01/30 22:34:15 jlam Exp $
.include "../../lang/perl5/Makefile.common"
@@ -98,7 +98,7 @@ PERL5_PACKLIST= ${PERL5_ARCHLIB}/.packlist
# - Explicitly set the local compiler search paths to contain only the
# pkgsrc-controlled directories.
#
-post-patch:
+pre-configure:
hintdir="${WRKSRC}/hints"; \
for hints in $${hintdir}/*.sh; do \
${CHMOD} +w $${hints}; \