summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorseb <seb>2002-10-07 21:48:11 +0000
committerseb <seb>2002-10-07 21:48:11 +0000
commit4434452c9637f14922bdf6e12c8aaf4423c97685 (patch)
tree701957979d6653789e5351cbc07ef0685b25e670 /textproc
parentc614918b7882e138438d32ffddb0c1f67e253baf (diff)
downloadpkgsrc-4434452c9637f14922bdf6e12c8aaf4423c97685.tar.gz
Convert to buildlink2. Use perl5/module.mk.
Remove apparently not needed "touch".
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Wrapper/Makefile10
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"