diff options
-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" |