diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-30 22:34:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-30 22:34:15 +0000 |
commit | 01c10a95a248e3bc706d2ad790d06938f2a59003 (patch) | |
tree | 960f0569040fc845c8614589c31c91db1bad8222 /lang/perl5 | |
parent | 5107ce8c178ca4fc378b10eae53a2665424c3aac (diff) | |
download | pkgsrc-01c10a95a248e3bc706d2ad790d06938f2a59003.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/Makefile | 4 |
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}; \ |