git: 2ed892a23f9a - main - devel/autoconf213: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 12:53:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ed892a23f9ae8ef953cf75e52802941438813b6 commit 2ed892a23f9ae8ef953cf75e52802941438813b6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-02-28 09:40:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-02-28 12:46:39 +0000 devel/autoconf213: Add NO_ARCH Approved by: portmgr (blanket) --- devel/autoconf213/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index b61d7575c0a3..13d6ecf251c6 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -32,6 +32,8 @@ INFO= autoconf-${BUILD_VERSION} STRIP= # none +NO_ARCH= yes + post-patch: @${RM} ${WRKSRC}/*.info* >/dev/null 2>&1 || true