git: e4e81c046c0e - main - devel/maven-wrapper: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:55:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4e81c046c0ee9267ed28fd65e6970483d425017 commit e4e81c046c0ee9267ed28fd65e6970483d425017 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:49:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:49:13 +0000 devel/maven-wrapper: Add NO_ARCH Approved by: portmgr (blanket) --- devel/maven-wrapper/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/maven-wrapper/Makefile b/devel/maven-wrapper/Makefile index d7505dce4dd2..333c459b0dd0 100644 --- a/devel/maven-wrapper/Makefile +++ b/devel/maven-wrapper/Makefile @@ -7,6 +7,7 @@ DISTFILES= # none MAINTAINER= michaelo@apache.org COMMENT= Wrapper script for the various installations of Maven +NO_ARCH= yes NO_BUILD= yes SUB_FILES= mvn.sh SUB_LIST= ETCDIR=${ETCDIR} CAT=${CAT} FIND=${FIND} TAIL=${TAIL}