git: ce7a3b14d702 - main - finance/fava: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 16:29:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce7a3b14d70269c89e7ba99aa9a2c00c3688e4a3 commit ce7a3b14d70269c89e7ba99aa9a2c00c3688e4a3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-02 16:21:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-02 16:25:56 +0000 finance/fava: Add NO_ARCH Approved by: portmgr (blanket) --- finance/fava/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/finance/fava/Makefile b/finance/fava/Makefile index 7795ad3b0955..5084a4314e86 100644 --- a/finance/fava/Makefile +++ b/finance/fava/Makefile @@ -31,6 +31,7 @@ USE_PYTHON= autoplist distutils noflavors # Upstream archive contains files with UTF-8 names EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar +NO_ARCH= yes post-patch: @${ECHO_CMD} "from setuptools import setup" > ${WRKSRC}/setup.py