diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-01-31 14:02:24 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-01-31 14:02:24 +0000 |
commit | a5d2abfdcfd2a96138bfe5fcb5928d90856fc7ef (patch) | |
tree | 810645752a6011d8c20794c8c08f43ecc010013f /math/sage | |
parent | 1dcbafc200a85d7b65e46800d27f6b220e2fb94c (diff) | |
download | ports-a5d2abfdcfd2a96138bfe5fcb5928d90856fc7ef.tar.gz ports-a5d2abfdcfd2a96138bfe5fcb5928d90856fc7ef.zip |
Notes
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index 111e2074063a..4348f5aeb5d0 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -100,6 +100,12 @@ IGNORE= POSIX semaphores are required, and the support only works in FreeBSD 7- MAKE_ENV+= MAKE="make -j${MAKE_JOBS_NUMBER}" .endif +check regression-test test: build + @${ECHO_MSG} This test can also be performed after installation by typing \"sage --testall\". + @${ECHO_MSG} + cd ${WRKSRC}; local/bin/sage-starts; \ + ${LOCALBASE}/bin/bash -c ". local/bin/sage-env && sage-maketest" + INSTALL_SAGE_DIR= ${PREFIX}/${PORTNAME}-${PORTVERSION} do-install: cd ${WRKDIR} && ${FIND} -s ${WRKSRC} | ${SED} -e 's#${WRKDIR}/##' | \ |