aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 09:46:08 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 10:05:20 +0000
commiteb19eaf492649c01a4f8ccca613af9ffa5a55505 (patch)
treef105963535ed2f0dfc79c75773dc195126846233
parent1f421b3cd561e481d47b17308b13bae703ec2848 (diff)
downloadports-eb19eaf492649c01a4f8ccca613af9ffa5a55505.tar.gz
ports-eb19eaf492649c01a4f8ccca613af9ffa5a55505.zip
net/nxproxy: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/nxproxy/Makefile4
1 files changed, 3 insertions, 1 deletions
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>