svn commit: r498939 - head/math/triangle

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 14 17:54:05 UTC 2019


Author: sunpoet
Date: Sun Apr 14 17:53:36 2019
New Revision: 498939
URL: https://svnweb.freebsd.org/changeset/ports/498939

Log:
  Remove build from prerequisite of do-test:
  
  The framework (Mk/bsd.port.mk) already handles it via SEQ.

Modified:
  head/math/triangle/Makefile

Modified: head/math/triangle/Makefile
==============================================================================
--- head/math/triangle/Makefile	Sun Apr 14 17:53:31 2019	(r498938)
+++ head/math/triangle/Makefile	Sun Apr 14 17:53:36 2019	(r498939)
@@ -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>


More information about the svn-ports-head mailing list