diff options
author | dillo <dillo@pkgsrc.org> | 2003-07-12 13:22:16 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-07-12 13:22:16 +0000 |
commit | e2400a867b8477a2928dc1e9274fdc03131dfc25 (patch) | |
tree | d63b06f73890bfbf1ad7dd6e13bacb12ff4a038a /math | |
parent | 2cce2b1002da4d68da0ee88ad51a01bd10150455 (diff) | |
download | pkgsrc-e2400a867b8477a2928dc1e9274fdc03131dfc25.tar.gz |
don't define test target directly, use do-test instead
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index e2828f5f4d6..3b0e90589d7 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2003/06/11 20:50:56 abs Exp $ +# $NetBSD: Makefile,v 1.39 2003/07/12 13:22:16 dillo Exp $ # DISTNAME= ${SCIBASE}.src @@ -68,7 +68,7 @@ post-install: # the "SCI=0 && unset SCI" is done because some of the tests really will # fail if SCI is set to anything. -test: build +do-test: SCI=0 && unset SCI && cd ${WRKSRC}/tests && \ ${MAKE_ENV} ${MAKE_PROGRAM} tests 2>&1 | \ tee ${WRKDIR}/tests.log |