aboutsummaryrefslogtreecommitdiff
path: root/net/nxproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/nxproxy/Makefile')
-rw-r--r--net/nxproxy/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/nxproxy/Makefile b/net/nxproxy/Makefile
index c8fe6ae927cb..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/
@@ -7,6 +8,7 @@ DISTNAME= nx-libs-${PORTVERSION}${DISTVERSIONSUFFIX}-lite
MAINTAINER= ports@FreeBSD.org
COMMENT= Helper program for x2go
+WWW= https://wiki.x2go.org/doku.php
LICENSE= GPLv2
@@ -14,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>