git: f35110cb5d3a - main - net-mgmt/unifi8: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Nov 2023 19:51:43 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=f35110cb5d3ab83a1e73c4f7a08ddc2b835aa057 commit f35110cb5d3ab83a1e73c4f7a08ddc2b835aa057 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-11-21 19:50:40 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-11-21 19:50:40 +0000 net-mgmt/unifi8: Fix build The pkg-message.in file was removed, but SUB_FILES was still referencing to it. Sorry about that. PR: 275238 --- net-mgmt/unifi8/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net-mgmt/unifi8/Makefile b/net-mgmt/unifi8/Makefile index f8fb7fd01904..0c435a350439 100644 --- a/net-mgmt/unifi8/Makefile +++ b/net-mgmt/unifi8/Makefile @@ -39,7 +39,6 @@ EXTRACT_AFTER_ARGS= data.tar.xz | ${TAR} -xf - NO_ARCH= yes NO_BUILD= yes -SUB_FILES= pkg-message SUB_LIST+= GROUPS=${GROUPS} \ JAVA=${JAVA} \ JAVA_HOME=${JAVA_HOME} \