diff options
author | dillo <dillo> | 2003-07-12 13:23:05 +0000 |
---|---|---|
committer | dillo <dillo> | 2003-07-12 13:23:05 +0000 |
commit | bfa62dc109c7e3a080a7bbbe01378bacde0bbf41 (patch) | |
tree | 36d375f252178aec5e4d688e4cc4c15833a58002 /math/yacas | |
parent | f26488743fca6ee9e9fb1375423ddb07ac3da81d (diff) | |
download | pkgsrc-bfa62dc109c7e3a080a7bbbe01378bacde0bbf41.tar.gz |
use TEST_TARGET instead of custom test target
Diffstat (limited to 'math/yacas')
-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" |