git: 3cae181773b5 - main - java/apache-commons-collections: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jun 2022 21:56:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3cae181773b59594ba385ca83582b1543a487651 commit 3cae181773b59594ba385ca83582b1543a487651 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-29 21:48:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-29 21:51:16 +0000 java/apache-commons-collections: Add NO_ARCH Approved by: portmgr (blanket) --- java/apache-commons-collections/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/java/apache-commons-collections/Makefile b/java/apache-commons-collections/Makefile index 5a17bc081417..b9c02f3fdc5a 100644 --- a/java/apache-commons-collections/Makefile +++ b/java/apache-commons-collections/Makefile @@ -18,6 +18,7 @@ JAVA_VERSION= 8+ USE_ANT= yes ALL_TARGET= jar +NO_ARCH= yes PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar OTHERDOCS= DEVELOPERS-GUIDE.html PROPOSAL.html README.txt RELEASE-NOTES.txt PORTDOCS= apidocs ${OTHERDOCS}