From 7ed65224183e12d5a1c88bcedf4c9db47817ee32 Mon Sep 17 00:00:00 2001 From: seb Date: Mon, 7 Oct 2002 21:48:11 +0000 Subject: Convert to buildlink2. Use perl5/module.mk. Remove apparently not needed "touch". --- textproc/p5-Text-Wrapper/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'textproc') 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" -- cgit v1.2.3