diff options
author | seb <seb@pkgsrc.org> | 2002-10-20 17:45:59 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-20 17:45:59 +0000 |
commit | 0d75c1efb1e4658dd9ded4cb2bcf6f34f43a0463 (patch) | |
tree | 1a823f7ece5a3b3c8c31ceeb0570f23b6d1307cd /chat/p5-Net-Goofey/Makefile | |
parent | 7bb88e29b0985ccf438afd9fe3f3b6ba1c92b12f (diff) | |
download | pkgsrc-0d75c1efb1e4658dd9ded4cb2bcf6f34f43a0463.tar.gz |
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'chat/p5-Net-Goofey/Makefile')
-rw-r--r-- | chat/p5-Net-Goofey/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chat/p5-Net-Goofey/Makefile b/chat/p5-Net-Goofey/Makefile index f653ce78f6e..e1b33dd7b43 100644 --- a/chat/p5-Net-Goofey/Makefile +++ b/chat/p5-Net-Goofey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/20 01:07:10 grant Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/20 17:46:01 seb Exp $ # DISTNAME= Net-Goofey-1.5 @@ -10,11 +10,8 @@ MAINTAINER= grant@netbsd.org HOMEPAGE= http://tertius.net.au/~gossamer/code/ COMMENT= perl module for communicating with a Goofey server -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Goofey/.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" |