summaryrefslogtreecommitdiff
path: root/time/p5-Time-HiRes
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-13 06:22:49 +0000
committerjlam <jlam@pkgsrc.org>2003-09-13 06:22:49 +0000
commit79386bc77e0802a4dc09c76842ca4fe9ca7d859b (patch)
tree617f97a7108d5e3a0d474014fae8cd3a236356f8 /time/p5-Time-HiRes
parentc5a96ee5fa9a239d3ad559e2d82a694d57563c17 (diff)
downloadpkgsrc-79386bc77e0802a4dc09c76842ca4fe9ca7d859b.tar.gz
Remove redundant TEST_TARGET definition that matches the default one in
perl5/module.mk.
Diffstat (limited to 'time/p5-Time-HiRes')
-rw-r--r--time/p5-Time-HiRes/Makefile4
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"