diff options
author | dillo <dillo@pkgsrc.org> | 2003-07-12 13:26:35 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-07-12 13:26:35 +0000 |
commit | 92aa9f35e828c71a2775b7ee3459c13de9b47879 (patch) | |
tree | bf3a2c1ddde4a073535084d3b46a0dfbeb104763 /textproc | |
parent | 2816ab49614eb22eaae14b28a95bbb1c8ac9770f (diff) | |
download | pkgsrc-92aa9f35e828c71a2775b7ee3459c13de9b47879.tar.gz |
use TEST_TARGET instead of custom test target
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/btparse/Makefile | 7 |
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" |