diff options
author | seb <seb> | 2002-09-26 11:08:23 +0000 |
---|---|---|
committer | seb <seb> | 2002-09-26 11:08:23 +0000 |
commit | cb9380b51414d676f9db1b4be85d3a68ac3f77f0 (patch) | |
tree | ab328559aa3d544c9302bab9fbc73dc5a993a2dd /textproc | |
parent | 326b02551df7656afb06a75f6ede16ebf3948980 (diff) | |
download | pkgsrc-cb9380b51414d676f9db1b4be85d3a68ac3f77f0.tar.gz |
buildlink1 -> buildlink2
Use perl5/module.mk
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Substitute/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-Substitute/Makefile b/textproc/p5-Text-Substitute/Makefile index e505add8bde..2c4d121a948 100644 --- a/textproc/p5-Text-Substitute/Makefile +++ b/textproc/p5-Text-Substitute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/20 15:52:11 abs Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/26 11:08:23 seb Exp $ DISTNAME= Text-Substitute-0.14 PKGNAME= p5-${DISTNAME} @@ -9,11 +9,8 @@ MAINTAINER= abs@netbsd.org HOMEPAGE= http://www.mono.org/abs/tools/Text-Substitute/ COMMENT= perl5 module for text substition from hashes -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Substitute/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |