1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

math/py-mathics-scanner: fix build

Remove a forgotten step introduced for debug.

Reported by:	pkg-fallout
This commit is contained in:
Thierry Thomas 2023-03-18 19:43:13 +01:00
parent 334fced2af
commit e20113908a

View File

@ -32,9 +32,6 @@ PLIST_SUB+= VER=${PORTVERSION}
TEST_TARGET= check
TEST_ENV= ${MAKE_ENV}
pre-configure:
${RM} ${WRKSRC}/mathics_scanner/data/characters.json
do-test: install
(cd ${TEST_WRKSRC} && \
${SETENV} ${TEST_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${TEST_TARGET})