diff options
author | seb <seb> | 2003-03-26 11:01:01 +0000 |
---|---|---|
committer | seb <seb> | 2003-03-26 11:01:01 +0000 |
commit | 9944034d82b16e3a35103f432a1a77d829642474 (patch) | |
tree | 297aaf601a6139365830db9dee9fd450cf459b78 /net | |
parent | 7e29916bb06c16e1540790e59abc98d95ebf1846 (diff) | |
download | pkgsrc-9944034d82b16e3a35103f432a1a77d829642474.tar.gz |
With the inclusion of perl5/module.mk TEST_TARGET and PERL5_CONFIGURE
are unnecessary so remove them.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 1037ea247aa..7d95193316d 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/03/03 10:56:57 mjl Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/26 11:01:01 seb Exp $ # DISTNAME= Net-DNS-0.33 @@ -19,9 +19,7 @@ DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5 BUILDLINK_DEPENDS.perl= perl>=5.6.0 USE_BUILDLINK2= YES -TEST_TARGET= test -PERL5_CONFIGURE= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNS/.packlist .include "../../lang/perl5/module.mk" |