Remove build from prerequisite of do-test:

The framework (Mk/bsd.port.mk) already handles it via SEQ.

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-04-14 17:53:31 +00:00
parent 5ee2dc008c
commit 8fd58b3e86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498938

View File

@ -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>