diff options
author | seb <seb@pkgsrc.org> | 2002-10-02 15:28:55 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-02 15:28:55 +0000 |
commit | ba5fec85c06a35ad5329ec85bfdad40cb9bc505c (patch) | |
tree | 20ae4fee7b2e0699366fc3a50cd693c856c90924 /textproc | |
parent | 9d90bef00bed52862c458af14241de24f4c4ce5c (diff) | |
download | pkgsrc-ba5fec85c06a35ad5329ec85bfdad40cb9bc505c.tar.gz |
buildlink1 -> buildlink2
Use perl5/module.mk
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Autoformat/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-Autoformat/Makefile b/textproc/p5-Text-Autoformat/Makefile index b88157ec6ca..60c05249e47 100644 --- a/textproc/p5-Text-Autoformat/Makefile +++ b/textproc/p5-Text-Autoformat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:22 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/02 15:28:55 seb Exp $ DISTNAME= Text-Autoformat-1.04 PKGNAME= p5-${DISTNAME} @@ -10,11 +10,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.monash.edu.au/~damian/ COMMENT= perl module for text wrapping and reformatting -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Autoformat/.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" |