Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2023 19:51:43 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f35110cb5d3a - main - net-mgmt/unifi8: Fix build
Message-ID:  <202311211951.3ALJphDU077671@gitrepo.freebsd.org>

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



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