diff options
-rw-r--r-- | textproc/p5-Text-Wrapper/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/p5-Text-Wrapper/Makefile b/textproc/p5-Text-Wrapper/Makefile index e0abebdd1a4..1395ca568fb 100644 --- a/textproc/p5-Text-Wrapper/Makefile +++ b/textproc/p5-Text-Wrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:24 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/07 21:48:11 seb Exp $ # DISTNAME= Text-Wrapper-1.000 @@ -10,12 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= packages@netbsd.org COMMENT= perl5 module that provides simple word wrapping -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Wrapper/.packlist -do-configure: - @cd ${WRKSRC} && ${TOUCH} ${TOUCH_ARGS} .test && \ - ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |