git: e20113908a5f - main - math/py-mathics-scanner: fix build

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Sat, 18 Mar 2023 18:44:46 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e20113908a5f15d402f26c23e8d5a5207fa39530

commit e20113908a5f15d402f26c23e8d5a5207fa39530
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-03-18 18:43:13 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-03-18 18:44:43 +0000

    math/py-mathics-scanner: fix build
    
    Remove a forgotten step introduced for debug.
    
    Reported by:    pkg-fallout
---
 math/py-mathics-scanner/Makefile | 3 ---
 1 file changed, 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})