summaryrefslogtreecommitdiff
path: root/math/yacas
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2003-07-12 13:23:05 +0000
committerdillo <dillo@pkgsrc.org>2003-07-12 13:23:05 +0000
commit4af73f2d928a6e5893bcc7df911ccdf0f5568cbe (patch)
tree36d375f252178aec5e4d688e4cc4c15833a58002 /math/yacas
parente2400a867b8477a2928dc1e9274fdc03131dfc25 (diff)
downloadpkgsrc-4af73f2d928a6e5893bcc7df911ccdf0f5568cbe.tar.gz
use TEST_TARGET instead of custom test target
Diffstat (limited to 'math/yacas')
-rw-r--r--math/yacas/Makefile8
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"