aboutsummaryrefslogtreecommitdiff
path: root/math/triangle
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-14 17:53:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-14 17:53:36 +0000
commit9489144bc4062653f6a2a4a78357fb9030571eb8 (patch)
tree3da3bbb7b6162fdd51933b51072425931b048f97 /math/triangle
parent8fd58b3e86ff328a447f46f6c3ed55c66d7b19ed (diff)
Notes
Diffstat (limited to 'math/triangle')
-rw-r--r--math/triangle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/triangle/Makefile b/math/triangle/Makefile
index 706aa3809e13..7dc6890a65ae 100644
--- a/math/triangle/Makefile
+++ b/math/triangle/Makefile
@@ -35,7 +35,7 @@ do-install:
cd ${STAGEDIR}${PREFIX}/lib && ${LN} -s lib${PORTNAME}.so.${PORTVERSION} lib${PORTNAME}.so
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.${PORTVERSION}
-do-test: build
+do-test:
@cd ${INSTALL_WRKSRC} && ./${PORTNAME} -p A.poly && ./showme A.1.poly
.include <bsd.port.mk>