summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Substitute/Makefile
diff options
context:
space:
mode:
authorseb <seb>2002-09-26 11:08:23 +0000
committerseb <seb>2002-09-26 11:08:23 +0000
commitf4627cadf3d354ceee89667fd190e2461399179d (patch)
treeab328559aa3d544c9302bab9fbc73dc5a993a2dd /textproc/p5-Text-Substitute/Makefile
parent20cb035736008b3c849c6628caf2e309d78f4ee7 (diff)
downloadpkgsrc-f4627cadf3d354ceee89667fd190e2461399179d.tar.gz
buildlink1 -> buildlink2
Use perl5/module.mk
Diffstat (limited to 'textproc/p5-Text-Substitute/Makefile')
-rw-r--r--textproc/p5-Text-Substitute/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-Substitute/Makefile b/textproc/p5-Text-Substitute/Makefile
index e505add8bde..2c4d121a948 100644
--- a/textproc/p5-Text-Substitute/Makefile
+++ b/textproc/p5-Text-Substitute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/08/20 15:52:11 abs Exp $
+# $NetBSD: Makefile,v 1.4 2002/09/26 11:08:23 seb Exp $
DISTNAME= Text-Substitute-0.14
PKGNAME= p5-${DISTNAME}
@@ -9,11 +9,8 @@ MAINTAINER= abs@netbsd.org
HOMEPAGE= http://www.mono.org/abs/tools/Text-Substitute/
COMMENT= perl5 module for text substition from hashes
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Substitute/.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"