Date: Sun, 14 Apr 2019 17:53:36 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498939 - head/math/triangle Message-ID: <201904141753.x3EHraxA023623@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904141753.x3EHraxA023623>