diff options
author | dillo <dillo> | 2003-07-12 13:23:05 +0000 |
---|---|---|
committer | dillo <dillo> | 2003-07-12 13:23:05 +0000 |
commit | cfb088eeb8a78f7f21e29dc0a7a4b0e9248efab6 (patch) | |
tree | 36d375f252178aec5e4d688e4cc4c15833a58002 /math | |
parent | 9be75ec024e42ec976c9ff3ee9ff26a34225fef6 (diff) | |
download | pkgsrc-cfb088eeb8a78f7f21e29dc0a7a4b0e9248efab6.tar.gz |
use TEST_TARGET instead of custom test target
Diffstat (limited to 'math')
-rw-r--r-- | math/yacas/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile index a41e3e6dc7b..3d34cff9604 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/06/02 01:18:20 jschauma Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/12 13:23:05 dillo Exp $ # DISTNAME= yacas-1.0.48 @@ -11,13 +11,11 @@ COMMENT= Yet Another Computer Algebra System GNU_CONFIGURE= YES +TEST_TARGET= test + post-install: ${INSTALL_SCRIPT} ${WRKSRC}/yacas.sh ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp ${INSTALL_DATA} ${WRKSRC}/yacas.el ${PREFIX}/share/emacs/site-lisp -test: build - cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_PROGRAM} test 2>&1 | \ - tee ${WRKDIR}/tests.log - .include "../../mk/bsd.pkg.mk" |