diff options
author | hubertf <hubertf> | 2002-10-07 15:09:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-10-07 15:09:25 +0000 |
commit | 01b94071d4c7c2e3dae6a92438d2a93a2b6e00d5 (patch) | |
tree | 30b120bdb9a28ce0612a27d3a179ca12a3046bec /textproc | |
parent | 0aa228b8f266241c3a96261d312a76f2f4beed4c (diff) | |
download | pkgsrc-01b94071d4c7c2e3dae6a92438d2a93a2b6e00d5.tar.gz |
adjust for buildlink2.
Patch by Lubomir Sedlacik <salo@xtrmntr.org> in private mail.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Cz-Cstools/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/p5-Cz-Cstools/Makefile b/textproc/p5-Cz-Cstools/Makefile index 89e1e29e619..3fad4091bb7 100644 --- a/textproc/p5-Cz-Cstools/Makefile +++ b/textproc/p5-Cz-Cstools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/04 16:29:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/07 15:09:25 hubertf Exp $ # DISTNAME= Cstools-3.3 @@ -11,11 +11,8 @@ MAINTAINER= salo@Xtrmntr.org HOMEPAGE= http://www.fi.muni.cz/~adelton/perl/ COMMENT= Tools for dealing with Czech and Slovak texts in Perl -USE_BUILDLINK_ONLY= YES -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Cz/.packlist +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Cz/.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" |