summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Autoformat
diff options
context:
space:
mode:
authorseb <seb>2002-10-02 15:28:55 +0000
committerseb <seb>2002-10-02 15:28:55 +0000
commitaafab407a6b464229a0384523d7423dff11d7efe (patch)
tree20ae4fee7b2e0699366fc3a50cd693c856c90924 /textproc/p5-Text-Autoformat
parentb0b1dd5f10e4a754c7c329ac2c1fa83e1eda1e7f (diff)
downloadpkgsrc-aafab407a6b464229a0384523d7423dff11d7efe.tar.gz
buildlink1 -> buildlink2
Use perl5/module.mk
Diffstat (limited to 'textproc/p5-Text-Autoformat')
-rw-r--r--textproc/p5-Text-Autoformat/Makefile9
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"