summaryrefslogtreecommitdiff
path: root/textproc/btparse
diff options
context:
space:
mode:
authordillo <dillo>2003-07-12 13:26:35 +0000
committerdillo <dillo>2003-07-12 13:26:35 +0000
commite594ee8e680d9ceeaad18988aef8f17853695277 (patch)
treebf3a2c1ddde4a073535084d3b46a0dfbeb104763 /textproc/btparse
parent1e4dd576e655723e30f338c70edceb956559fecb (diff)
downloadpkgsrc-e594ee8e680d9ceeaad18988aef8f17853695277.tar.gz
use TEST_TARGET instead of custom test target
Diffstat (limited to 'textproc/btparse')
-rw-r--r--textproc/btparse/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile
index 68d818686ca..6445d0af839 100644
--- a/textproc/btparse/Makefile
+++ b/textproc/btparse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/06/02 01:16:44 jschauma Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/12 13:26:35 dillo Exp $
#
DISTNAME= btparse-0.33
@@ -13,9 +13,6 @@ USE_PERL5= build
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
ALL_TARGET= lib
-
-test: build
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} test | \
- tee ${WRKDIR}/test.log
+TEST_TARGET= test
.include "../../mk/bsd.pkg.mk"