Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 09/26/2002 15:31:29
Module Name: pkgsrc
Committed By: seb
Date: Thu Sep 26 12:31:28 UTC 2002
Modified Files:
pkgsrc/lang/perl5: module.mk
Log Message:
Introduce target perl5-configure.
Now a package using this file can be configured by the regular
do-configure target if PERL5_CONFIGURE is _not_ set to YES (which is
the default), and then have a the standard perl configuration step
done by say the post-configure target.
Example:
PERL5_CONFIGURE= NO
post-configure: perl5-configure
Usually in such a case PERL5_CONFIGURE_DIRS would have to be
adjusted, as well as other directory variables. See following commit
to graphics/p5-PerlMagick package for a complete example.
The previous behavior is preserved if PERL5_CONFIGURE default
value is left untouched, i.e. the do-configure target does the
standard perl configuration.
Please note that this new feature was made up by Johnny Lam. Thanks again!
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/perl5/module.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.