diff options
author | seb <seb@pkgsrc.org> | 2002-10-02 15:17:02 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-02 15:17:02 +0000 |
commit | 9d90bef00bed52862c458af14241de24f4c4ce5c (patch) | |
tree | 1680e32c753c97e141a5951daa7b2066e092236e /textproc/p5-Text-BibTeX | |
parent | 624b8e457111fa3e0c0e66b53a5ea1e22d79cc3f (diff) | |
download | pkgsrc-9d90bef00bed52862c458af14241de24f4c4ce5c.tar.gz |
buildlink1 -> buildlink2
Use perl5/module.mk
Diffstat (limited to 'textproc/p5-Text-BibTeX')
-rw-r--r-- | textproc/p5-Text-BibTeX/Makefile | 9 |
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" |