Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 20:25:28 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 779340f054e7 - main - net/x11vnc: use ${PREFIX}/share/man
Message-ID:  <202401122025.40CKPS1i053995@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=779340f054e7d8d136135cb5413ebc259b7cd134

commit 779340f054e7d8d136135cb5413ebc259b7cd134
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-01-12 20:25:20 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-01-12 20:25:20 +0000

    net/x11vnc: use ${PREFIX}/share/man
---
 net/x11vnc/Makefile  | 3 ++-
 net/x11vnc/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile
index 3f32bcbbe925..1067d3b9349d 100644
--- a/net/x11vnc/Makefile
+++ b/net/x11vnc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	x11vnc
 PORTVERSION=	0.9.16
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net
 
 MAINTAINER=	dinoex@FreeBSD.org
@@ -17,6 +17,7 @@ USE_XORG=	x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \
 # Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE}
 CPPFLAGS+=	-I${LOCALBASE}/include
 USE_GITHUB=	yes
diff --git a/net/x11vnc/pkg-plist b/net/x11vnc/pkg-plist
index a6ad02801b9c..2dfeea222293 100644
--- a/net/x11vnc/pkg-plist
+++ b/net/x11vnc/pkg-plist
@@ -1,4 +1,4 @@
 bin/x11vnc
 bin/Xdummy
-man/man1/x11vnc.1.gz
 share/applications/x11vnc.desktop
+share/man/man1/x11vnc.1.gz



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