aboutsummaryrefslogtreecommitdiff
path: root/math/libtommath/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-29 15:41:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-29 15:41:00 +0000
commit3a32b3cf9d15f9e4478ca7c2658f593501d4aa95 (patch)
treebd67413d4056150d36dda3806e776a71afb5edd9 /math/libtommath/Makefile
parentda0a3fbff25030d1b041bcbd2f67e1beea625e60 (diff)
downloadports-3a32b3cf9d15f9e4478ca7c2658f593501d4aa95.tar.gz
ports-3a32b3cf9d15f9e4478ca7c2658f593501d4aa95.zip
- Disable regression test
Reported by: pointyhat building 2(D)-02:56:27 With hat: portmgr
Notes
Notes: svn path=/head/; revision=319380
Diffstat (limited to 'math/libtommath/Makefile')
-rw-r--r--math/libtommath/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile
index 251705cf1c83..2d59bdc98167 100644
--- a/math/libtommath/Makefile
+++ b/math/libtommath/Makefile
@@ -45,9 +45,9 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/tommath.pdf ${DOCSDIR}/
.endif
-regression-test:
- (cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${GMAKE} -f ${MAKEFILE} mtest test; \
- ./mtest/mtest | ./test)
+#regression-test:
+# (cd ${WRKSRC}; \
+# ${SETENV} ${MAKE_ENV} ${GMAKE} -f ${MAKEFILE} mtest test; \
+# ./mtest/mtest | ./test)
.include <bsd.port.mk>