diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-03-18 18:43:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-03-18 18:44:43 +0000 |
commit | e20113908a5f15d402f26c23e8d5a5207fa39530 (patch) | |
tree | 5f271aec0e560f7758195d1f9aeb870ff757c5d4 | |
parent | 334fced2af63bdc054bae974771521fcf6bdf953 (diff) | |
download | ports-e20113908a5f15d402f26c23e8d5a5207fa39530.tar.gz ports-e20113908a5f15d402f26c23e8d5a5207fa39530.zip |
math/py-mathics-scanner: fix build
Remove a forgotten step introduced for debug.
Reported by: pkg-fallout
-rw-r--r-- | math/py-mathics-scanner/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/py-mathics-scanner/Makefile b/math/py-mathics-scanner/Makefile index 078fc90535a3..8405e571f654 100644 --- a/math/py-mathics-scanner/Makefile +++ b/math/py-mathics-scanner/Makefile @@ -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}) |