Date: Sun, 25 Feb 2024 10:05:44 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eb19eaf49264 - main - net/nxproxy: Moved man to share/man Message-ID: <202402251005.41PA5i5l015376@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb19eaf492649c01a4f8ccca613af9ffa5a55505 commit eb19eaf492649c01a4f8ccca613af9ffa5a55505 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 09:46:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 10:05:20 +0000 net/nxproxy: Moved man to share/man Approved by: portmgr (blanket) --- net/nxproxy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/nxproxy/Makefile b/net/nxproxy/Makefile index aff798875ee5..47c8ad09922a 100644 --- a/net/nxproxy/Makefile +++ b/net/nxproxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= nxproxy DISTVERSION= 3.5.99.20 +PORTREVISION= 1 DISTVERSIONSUFFIX= -1 CATEGORIES= net MASTER_SITES= https://code.x2go.org/releases/source/nx-libs/ @@ -15,10 +16,11 @@ LIB_DEPENDS= libXcomp.so:x11/nxcomp USES= autoreconf localbase:ldflags GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share WRKSRC= ${WRKDIR}/nx-libs-${PORTVERSION}${DISTVERSIONSUFFIX}/${PORTNAME} PLIST_FILES= bin/nxproxy \ - man/man1/nxproxy.1.gz + share/man/man1/nxproxy.1.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251005.41PA5i5l015376>