Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2023 18:44:46 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e20113908a5f - main - math/py-mathics-scanner: fix build
Message-ID:  <202303181844.32IIikEd054549@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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})



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303181844.32IIikEd054549>