aboutsummaryrefslogtreecommitdiff
path: root/math/mpexpr/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-14 17:53:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-14 17:53:31 +0000
commit8fd58b3e86ff328a447f46f6c3ed55c66d7b19ed (patch)
treef79c832fc175a18c4aa96b14da09c42bc0b4dc47 /math/mpexpr/Makefile
parent5ee2dc008c90cbc7bac2a6044541898c2b5cbd7e (diff)
Notes
Diffstat (limited to 'math/mpexpr/Makefile')
-rw-r--r--math/mpexpr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mpexpr/Makefile b/math/mpexpr/Makefile
index 11171c28fa40..e892910f9343 100644
--- a/math/mpexpr/Makefile
+++ b/math/mpexpr/Makefile
@@ -38,7 +38,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${STAGEDIR}${PREFIX}/lib/Mpexpr12
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/mpexpr.man ${STAGEDIR}${PREFIX}/man/mann/mpexpr.n
-do-test: build
+do-test:
cd ${WRKSRC} && ${MAKE_CMD} test
.include <bsd.port.mk>