diff options
author | seb <seb@pkgsrc.org> | 2002-09-26 11:08:23 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-09-26 11:08:23 +0000 |
commit | a7f8c8e2b37dac92606c5265af3ff9897448ccd3 (patch) | |
tree | ab328559aa3d544c9302bab9fbc73dc5a993a2dd /textproc/p5-Text-Substitute | |
parent | c7fe05f9e19f02385c7a054cfeaee152219130bc (diff) | |
download | pkgsrc-a7f8c8e2b37dac92606c5265af3ff9897448ccd3.tar.gz |
buildlink1 -> buildlink2
Use perl5/module.mk
Diffstat (limited to 'textproc/p5-Text-Substitute')
-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" |