diff options
author | jlam <jlam> | 2003-09-13 06:22:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-09-13 06:22:49 +0000 |
commit | 2c3cdeece3d8e005f23aff898498311c6d5fc574 (patch) | |
tree | 617f97a7108d5e3a0d474014fae8cd3a236356f8 /mail | |
parent | d5aac1536a71c4266d101a574a05776a1f28de2c (diff) | |
download | pkgsrc-2c3cdeece3d8e005f23aff898498311c6d5fc574.tar.gz |
Remove redundant TEST_TARGET definition that matches the default one in
perl5/module.mk.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-razor-agents/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile index 00c18456a5f..3d07fe02b66 100644 --- a/mail/p5-razor-agents/Makefile +++ b/mail/p5-razor-agents/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/21 16:56:52 martti Exp $ +# $NetBSD: Makefile,v 1.10 2003/09/13 06:22:50 jlam Exp $ DISTNAME= razor-agents-2.22 PKGNAME= p5-${DISTNAME} @@ -19,7 +19,6 @@ DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI # because Net::Ping, Getopt::Long, File::Copy are needed BUILDLINK_DEPENDS.perl= perl>=5.6.0 USE_BUILDLINK2= YES -TEST_TARGET= test PERL5_CONFIGURE= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/razor-agents/.packlist |