diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-13 06:22:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-13 06:22:49 +0000 |
commit | 32eecb09300d2faea3031712e9d6001496030d19 (patch) | |
tree | 617f97a7108d5e3a0d474014fae8cd3a236356f8 /time | |
parent | 5e9fc8d16073a8db1aee2013f167a681c947b172 (diff) | |
download | pkgsrc-32eecb09300d2faea3031712e9d6001496030d19.tar.gz |
Remove redundant TEST_TARGET definition that matches the default one in
perl5/module.mk.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index d642fd06c0b..c97902a1c8f 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 17:28:42 martti Exp $ +# $NetBSD: Makefile,v 1.9 2003/09/13 06:22:51 jlam Exp $ # DISTNAME= Time-HiRes-1.49 @@ -16,7 +16,5 @@ USE_BUILDLINK2= YES PERL5_CONFIGURE= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/HiRes/.packlist -TEST_TARGET= test - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |