Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2023 16:29:56 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ce7a3b14d702 - main - finance/fava: Add NO_ARCH
Message-ID:  <202305021629.342GTuWA076647@gitrepo.freebsd.org>

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



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