diff options
author | jlam <jlam> | 2003-09-13 06:22:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-09-13 06:22:49 +0000 |
commit | c8ffed2a37a73c5d7b5d511a9da0a3f5b75eb944 (patch) | |
tree | 617f97a7108d5e3a0d474014fae8cd3a236356f8 /mail/p5-razor-agents | |
parent | 70f54dcb19885eb6040ed75e2dd86b237189f966 (diff) | |
download | pkgsrc-c8ffed2a37a73c5d7b5d511a9da0a3f5b75eb944.tar.gz |
Remove redundant TEST_TARGET definition that matches the default one in
perl5/module.mk.
Diffstat (limited to 'mail/p5-razor-agents')
-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 |