summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-BibTeX
diff options
context:
space:
mode:
authorseb <seb>2002-10-02 15:17:02 +0000
committerseb <seb>2002-10-02 15:17:02 +0000
commitb0b1dd5f10e4a754c7c329ac2c1fa83e1eda1e7f (patch)
tree1680e32c753c97e141a5951daa7b2066e092236e /textproc/p5-Text-BibTeX
parente960a4456dde4369254da64b496a2a4bd6bb691d (diff)
downloadpkgsrc-b0b1dd5f10e4a754c7c329ac2c1fa83e1eda1e7f.tar.gz
buildlink1 -> buildlink2
Use perl5/module.mk
Diffstat (limited to 'textproc/p5-Text-BibTeX')
-rw-r--r--textproc/p5-Text-BibTeX/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile
index 09a5a0e098f..45922cdc27e 100644
--- a/textproc/p5-Text-BibTeX/Makefile
+++ b/textproc/p5-Text-BibTeX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:23 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/02 15:23:13 seb Exp $
DISTNAME= Text-BibTeX-0.33
PKGNAME= p5-${DISTNAME}
@@ -11,11 +11,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://starship.python.net/~gward/btOOL/
COMMENT= Perl library for reading, parsing, and processing BibTeX files
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/BibTeX/.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"