git: 8efbfe6d1f54 - main - x11/*: Move manpages to share/man

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Mon, 29 Jan 2024 17:36:49 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8efbfe6d1f54faf57d74baae1540cb288f99916d

commit 8efbfe6d1f54faf57d74baae1540cb288f99916d
Author:     Helge Oldach <freebsd@oldach.net>
AuthorDate: 2024-01-29 17:35:45 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-29 17:35:45 +0000

    x11/*: Move manpages to share/man
    
    Approved by:    portmgr (blanket)
---
 x11-fonts/xlsfonts/Makefile | 4 +++-
 x11/appres/Makefile         | 4 +++-
 x11/fstobdf/Makefile        | 4 +++-
 x11/listres/Makefile        | 5 +++--
 x11/luit/Makefile           | 4 +++-
 x11/sessreg/Makefile        | 4 +++-
 x11/smproxy/Makefile        | 4 +++-
 x11/viewres/Makefile        | 4 +++-
 x11/xauth/Makefile          | 4 +++-
 x11/xbacklight/Makefile     | 4 +++-
 x11/xbiff/Makefile          | 4 +++-
 x11/xcmsdb/Makefile         | 4 +++-
 x11/xcursorgen/Makefile     | 4 +++-
 x11/xdpyinfo/Makefile       | 5 +++--
 x11/xdriinfo/Makefile       | 5 +++--
 x11/xev/Makefile            | 4 +++-
 x11/xeyes/Makefile          | 4 +++-
 x11/xf86dga/Makefile        | 5 +++--
 x11/xgamma/Makefile         | 4 +++-
 x11/xhost/Makefile          | 4 +++-
 x11/xinput/Makefile         | 4 +++-
 x11/xkbevd/Makefile         | 4 +++-
 x11/xkbprint/Makefile       | 4 +++-
 x11/xkill/Makefile          | 4 +++-
 x11/xlsatoms/Makefile       | 4 +++-
 x11/xlsclients/Makefile     | 4 +++-
 x11/xmodmap/Makefile        | 4 +++-
 x11/xpr/Makefile            | 5 ++++-
 x11/xrandr/Makefile         | 4 +++-
 x11/xrefresh/Makefile       | 4 +++-
 x11/xsetroot/Makefile       | 4 +++-
 x11/xstdcmap/Makefile       | 5 ++++-
 x11/xvinfo/Makefile         | 4 +++-
 x11/xwd/Makefile            | 4 +++-
 x11/xwininfo/Makefile       | 4 +++-
 x11/xwud/Makefile           | 5 ++++-
 36 files changed, 111 insertions(+), 40 deletions(-)

diff --git a/x11-fonts/xlsfonts/Makefile b/x11-fonts/xlsfonts/Makefile
index 2f8744927d54..ebaae6c546e4 100644
--- a/x11-fonts/xlsfonts/Makefile
+++ b/x11-fonts/xlsfonts/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xlsfonts
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	x11@FreeBSD.org
@@ -12,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		xorg xorg-cat:app
 USE_XORG=	x11
 
-PLIST_FILES=	bin/xlsfonts man/man1/xlsfonts.1.gz
+PLIST_FILES=	bin/xlsfonts share/man/man1/xlsfonts.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/appres/Makefile b/x11/appres/Makefile
index 17397087c858..e41b93ce6198 100644
--- a/x11/appres/Makefile
+++ b/x11/appres/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	appres
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -8,6 +9,7 @@ COMMENT=	Program to list application's resources
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xt
 
-PLIST_FILES=	bin/appres man/man1/appres.1.gz
+PLIST_FILES=	bin/appres share/man/man1/appres.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/fstobdf/Makefile b/x11/fstobdf/Makefile
index c04da9e4d408..a44bf0026c68 100644
--- a/x11/fstobdf/Makefile
+++ b/x11/fstobdf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fstobdf
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -8,6 +9,7 @@ COMMENT=	Generate BDF font from X font server
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 libfs
 
-PLIST_FILES=	bin/fstobdf man/man1/fstobdf.1.gz
+PLIST_FILES=	bin/fstobdf share/man/man1/fstobdf.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/listres/Makefile b/x11/listres/Makefile
index f0f461bc5abe..dbc26f85209e 100644
--- a/x11/listres/Makefile
+++ b/x11/listres/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	listres
 PORTVERSION=	1.0.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,6 +9,7 @@ COMMENT=	List resources in widgets
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xaw xmu xorgproto xt
 
-PLIST_FILES=	bin/listres man/man1/listres.1.gz
+PLIST_FILES=	bin/listres share/man/man1/listres.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/luit/Makefile b/x11/luit/Makefile
index 83064e6dc6f1..69caa06fa475 100644
--- a/x11/luit/Makefile
+++ b/x11/luit/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	luit
 PORTVERSION=	20240102
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	https://invisible-island.net/archives/luit/ \
 		https://invisible-mirror.net/archives/luit/
@@ -25,6 +26,7 @@ CONFIGURE_ARGS=	--x-libraries=${LOCALBASE}/lib \
 		--with-locale-alias=${LOCALBASE}/lib/X11/locale/locale.alias \
 		--with-pkg-config=${LOCALBASE}/bin/pkg-config \
 
-PLIST_FILES=	bin/luit man/man1/luit.1.gz
+PLIST_FILES=	bin/luit share/man/man1/luit.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile
index 1daf69c40a3f..2a1f52d475d3 100644
--- a/x11/sessreg/Makefile
+++ b/x11/sessreg/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sessreg
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		xorg xorg-cat:app
 USE_XORG=	x11
 
-PLIST_FILES=	bin/sessreg man/man1/sessreg.1.gz
+PLIST_FILES=	bin/sessreg share/man/man1/sessreg.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/smproxy/Makefile b/x11/smproxy/Makefile
index 72930daf5bed..e7b1a5e6386f 100644
--- a/x11/smproxy/Makefile
+++ b/x11/smproxy/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	smproxy
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -8,6 +9,7 @@ COMMENT=	Session Manager Proxy
 USES=		xorg xorg-cat:app
 USE_XORG=	xt xmu
 
-PLIST_FILES=	bin/smproxy man/man1/smproxy.1.gz
+PLIST_FILES=	bin/smproxy share/man/man1/smproxy.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/viewres/Makefile b/x11/viewres/Makefile
index e46ef87e1e5a..ef3b9e959ab1 100644
--- a/x11/viewres/Makefile
+++ b/x11/viewres/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	viewres
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -12,8 +13,9 @@ USES=		xorg xorg-cat:app
 USE_XORG=	x11 xaw xmu xt
 
 PLIST_FILES+=	bin/viewres \
-		man/man1/viewres.1.gz \
+		share/man/man1/viewres.1.gz \
 		share/X11/app-defaults/Viewres \
 		share/X11/app-defaults/Viewres-color
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile
index 4d78d22ae39d..9bd398aede59 100644
--- a/x11/xauth/Makefile
+++ b/x11/xauth/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xauth
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -19,6 +20,7 @@ SHEBANG_LANG=	nobash
 nobash_OLD_CMD=	/bin/bash
 nobash_CMD=	/bin/sh
 
-PLIST_FILES=	bin/xauth man/man1/xauth.1.gz
+PLIST_FILES=	bin/xauth share/man/man1/xauth.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xbacklight/Makefile b/x11/xbacklight/Makefile
index a08653402ef1..5ffc51144912 100644
--- a/x11/xbacklight/Makefile
+++ b/x11/xbacklight/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xbacklight
 PORTVERSION=	1.2.3
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -13,6 +14,7 @@ LIB_DEPENDS=	libxcb-util.so:x11/xcb-util
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xrender xrandr xcb
 
-PLIST_FILES=	bin/xbacklight man/man1/xbacklight.1.gz
+PLIST_FILES=	bin/xbacklight share/man/man1/xbacklight.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xbiff/Makefile b/x11/xbiff/Makefile
index 6970a5677adf..e0e238dd4158 100644
--- a/x11/xbiff/Makefile
+++ b/x11/xbiff/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xbiff
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -10,6 +11,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xaw xbitmaps xext xmu xt
-PLIST_FILES=	bin/xbiff man/man1/xbiff.1.gz
+PLIST_FILES=	bin/xbiff share/man/man1/xbiff.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xcmsdb/Makefile b/x11/xcmsdb/Makefile
index 8cb09edec1d7..be2d5afd2fc8 100644
--- a/x11/xcmsdb/Makefile
+++ b/x11/xcmsdb/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xcmsdb
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -10,6 +11,7 @@ LICENSE=	MIT
 USES=		xorg xorg-cat:app
 USE_XORG=	x11
 
-PLIST_FILES=	bin/xcmsdb man/man1/xcmsdb.1.gz
+PLIST_FILES=	bin/xcmsdb share/man/man1/xcmsdb.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile
index e8f275df6ab1..1ee03d499339 100644
--- a/x11/xcursorgen/Makefile
+++ b/x11/xcursorgen/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xcursorgen
 PORTVERSION=	1.0.8
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -14,6 +15,7 @@ USES=		xorg xorg-cat:app
 USE_XORG=	x11 xcursor xorgproto
 INSTALL_TARGET=	install-strip
 
-PLIST_FILES=	bin/xcursorgen man/man1/xcursorgen.1.gz
+PLIST_FILES=	bin/xcursorgen share/man/man1/xcursorgen.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile
index 0239423128d2..bcaeb1d888b6 100644
--- a/x11/xdpyinfo/Makefile
+++ b/x11/xdpyinfo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xdpyinfo
 PORTVERSION=	1.3.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -14,6 +14,7 @@ USE_XORG=	x11 xcb xcomposite xext xinerama xorgproto xrender \
 
 CONFIGURE_ARGS=	--without-xf86misc
 
-PLIST_FILES=	bin/xdpyinfo man/man1/xdpyinfo.1.gz
+PLIST_FILES=	bin/xdpyinfo share/man/man1/xdpyinfo.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xdriinfo/Makefile b/x11/xdriinfo/Makefile
index 95afce41d4e1..4b1a37d51ac3 100644
--- a/x11/xdriinfo/Makefile
+++ b/x11/xdriinfo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xdriinfo
 PORTVERSION=	1.0.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,6 +9,7 @@ COMMENT=	Query configuration information of DRI drivers
 USES=		gl xorg xorg-cat:app
 USE_GL=		gl
 USE_XORG=	x11 xorgproto
-PLIST_FILES=	bin/xdriinfo man/man1/xdriinfo.1.gz
+PLIST_FILES=	bin/xdriinfo share/man/man1/xdriinfo.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xev/Makefile b/x11/xev/Makefile
index 244174d77a93..f02e4d3f44b6 100644
--- a/x11/xev/Makefile
+++ b/x11/xev/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xev
 PORTVERSION=	1.2.4
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xrandr
 
-PLIST_FILES=	bin/xev man/man1/xev.1.gz
+PLIST_FILES=	bin/xev share/man/man1/xev.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xeyes/Makefile b/x11/xeyes/Makefile
index 95eb813a5170..03f31a24fdf4 100644
--- a/x11/xeyes/Makefile
+++ b/x11/xeyes/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xeyes
 PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		tar:xz xorg xorg-cat:app
 USE_XORG=	x11 xcb xext xi xmu xrender xt
 
-PLIST_FILES=	bin/xeyes man/man1/xeyes.1.gz
+PLIST_FILES=	bin/xeyes share/man/man1/xeyes.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xf86dga/Makefile b/x11/xf86dga/Makefile
index bdd626d0a024..3b9577807ee2 100644
--- a/x11/xf86dga/Makefile
+++ b/x11/xf86dga/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xf86dga
 PORTVERSION=	1.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,6 +11,7 @@ LICENSE=	MIT
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xxf86dga xt xaw7 xmu
 
-PLIST_FILES=	bin/dga man/man1/dga.1.gz
+PLIST_FILES=	bin/dga share/man/man1/dga.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xgamma/Makefile b/x11/xgamma/Makefile
index 1206ad7e24ae..313f13852f62 100644
--- a/x11/xgamma/Makefile
+++ b/x11/xgamma/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xgamma
 PORTVERSION=	1.0.7
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -12,6 +13,7 @@ EXTRACT_SUFX=	.tar.xz
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xxf86vm
 
-PLIST_FILES=	bin/xgamma man/man1/xgamma.1.gz
+PLIST_FILES=	bin/xgamma share/man/man1/xgamma.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xhost/Makefile b/x11/xhost/Makefile
index 419babc310b2..cc314abb3a4b 100644
--- a/x11/xhost/Makefile
+++ b/x11/xhost/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xhost
 PORTVERSION=	1.0.8
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xmuu xau
 
-PLIST_FILES=	bin/xhost man/man1/xhost.1.gz
+PLIST_FILES=	bin/xhost share/man/man1/xhost.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile
index 3d115ed873fa..1196d1fc23d8 100644
--- a/x11/xinput/Makefile
+++ b/x11/xinput/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xinput
 PORTVERSION=	1.6.3
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -12,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		xorg xorg-cat:app
 USE_XORG=	xorgproto x11 xi xext xrandr xinerama
 
-PLIST_FILES=	bin/xinput man/man1/xinput.1.gz
+PLIST_FILES=	bin/xinput share/man/man1/xinput.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xkbevd/Makefile b/x11/xkbevd/Makefile
index dbbb2a9c032f..5f5942ca81f9 100644
--- a/x11/xkbevd/Makefile
+++ b/x11/xkbevd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xkbevd
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -10,6 +11,7 @@ LICENSE=	MIT
 USES=		xorg xorg-cat:app
 USE_XORG=	xkbfile x11
 
-PLIST_FILES=	bin/xkbevd man/man1/xkbevd.1.gz
+PLIST_FILES=	bin/xkbevd share/man/man1/xkbevd.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xkbprint/Makefile b/x11/xkbprint/Makefile
index 658fe7d41fa2..3f0244f3bfbc 100644
--- a/x11/xkbprint/Makefile
+++ b/x11/xkbprint/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xkbprint
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		xorg xorg-cat:app
 USE_XORG=	xkbfile x11
 
-PLIST_FILES=	bin/xkbprint man/man1/xkbprint.1.gz
+PLIST_FILES=	bin/xkbprint share/man/man1/xkbprint.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xkill/Makefile b/x11/xkill/Makefile
index f810683fe76a..df89ba873d28 100644
--- a/x11/xkill/Makefile
+++ b/x11/xkill/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xkill
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -8,6 +9,7 @@ COMMENT=	Utility for killing a client by its X resource
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xmuu
 
-PLIST_FILES=	bin/xkill man/man1/xkill.1.gz
+PLIST_FILES=	bin/xkill share/man/man1/xkill.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xlsatoms/Makefile b/x11/xlsatoms/Makefile
index 9a26c7eba315..2cac75b6a5c9 100644
--- a/x11/xlsatoms/Makefile
+++ b/x11/xlsatoms/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xlsatoms
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -10,6 +11,7 @@ LICENSE=	MIT
 USES=		tar:xz xorg xorg-cat:app
 USE_XORG=	xcb
 
-PLIST_FILES=	bin/xlsatoms man/man1/xlsatoms.1.gz
+PLIST_FILES=	bin/xlsatoms share/man/man1/xlsatoms.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xlsclients/Makefile b/x11/xlsclients/Makefile
index ea920496af09..10ffba852d64 100644
--- a/x11/xlsclients/Makefile
+++ b/x11/xlsclients/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xlsclients
 PORTVERSION=	1.1.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		tar:xz xorg xorg-cat:app
 USE_XORG=	x11 xcb xmuu
 
-PLIST_FILES=	bin/xlsclients man/man1/xlsclients.1.gz
+PLIST_FILES=	bin/xlsclients share/man/man1/xlsclients.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xmodmap/Makefile b/x11/xmodmap/Makefile
index 1b87fb2eb27b..bb472dfe9bf2 100644
--- a/x11/xmodmap/Makefile
+++ b/x11/xmodmap/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xmodmap
 PORTVERSION=	1.0.10
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		xorg xorg-cat:app
 USE_XORG=	x11
 
-PLIST_FILES=	bin/xmodmap man/man1/xmodmap.1.gz
+PLIST_FILES=	bin/xmodmap share/man/man1/xmodmap.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xpr/Makefile b/x11/xpr/Makefile
index cce248ad6795..d4c858bea3ac 100644
--- a/x11/xpr/Makefile
+++ b/x11/xpr/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xpr
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -8,5 +9,7 @@ COMMENT=	Utility for printing an X window dump
 USES=		xorg xorg-cat:app
 USE_XORG=	xmuu x11
 
-PLIST_FILES=	bin/xdpr bin/xpr man/man1/xdpr.1.gz man/man1/xpr.1.gz
+PLIST_FILES=	bin/xdpr bin/xpr share/man/man1/xdpr.1.gz share/man/man1/xpr.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
 .include <bsd.port.mk>
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile
index 6157cdd8b064..6b510c9ffc1a 100644
--- a/x11/xrandr/Makefile
+++ b/x11/xrandr/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xrandr
 PORTVERSION=	1.5.2
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -14,6 +15,7 @@ USE_XORG=	xrandr xrender x11
 
 PLIST_FILES=	bin/xrandr \
 		bin/xkeystone \
-		man/man1/xrandr.1.gz
+		share/man/man1/xrandr.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xrefresh/Makefile b/x11/xrefresh/Makefile
index de83c71041f2..23747a647216 100644
--- a/x11/xrefresh/Makefile
+++ b/x11/xrefresh/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xrefresh
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -10,6 +11,7 @@ LICENSE=	MIT
 USES=		xorg xorg-cat:app
 USE_XORG=	x11
 
-PLIST_FILES=	bin/xrefresh man/man1/xrefresh.1.gz
+PLIST_FILES=	bin/xrefresh share/man/man1/xrefresh.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xsetroot/Makefile b/x11/xsetroot/Makefile
index bfaf107dad6c..26a3ec9d9b89 100644
--- a/x11/xsetroot/Makefile
+++ b/x11/xsetroot/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xsetroot
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -7,6 +8,7 @@ COMMENT=	Root window parameter setting utility for X
 
 USES=		xorg xorg-cat:app
 USE_XORG=	xmuu x11 xbitmaps xcursor
-PLIST_FILES=	bin/xsetroot man/man1/xsetroot.1.gz
+PLIST_FILES=	bin/xsetroot share/man/man1/xsetroot.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xstdcmap/Makefile b/x11/xstdcmap/Makefile
index a1c015f6bfd5..910549928a74 100644
--- a/x11/xstdcmap/Makefile
+++ b/x11/xstdcmap/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xstdcmap
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,5 +12,7 @@ EXTRACT_SUFX=	.tar.xz
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xmu xt
 
-PLIST_FILES=	bin/xstdcmap man/man1/xstdcmap.1.gz
+PLIST_FILES=	bin/xstdcmap share/man/man1/xstdcmap.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
 .include <bsd.port.mk>
diff --git a/x11/xvinfo/Makefile b/x11/xvinfo/Makefile
index 25dde21235aa..c955e6f7f571 100644
--- a/x11/xvinfo/Makefile
+++ b/x11/xvinfo/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xvinfo
 PORTVERSION=	1.1.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -12,6 +13,7 @@ EXTRACT_SUFX=	.tar.xz
 USES=		xorg xorg-cat:app
 USE_XORG=	xv x11
 
-PLIST_FILES=	bin/xvinfo man/man1/xvinfo.1.gz
+PLIST_FILES=	bin/xvinfo share/man/man1/xvinfo.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile
index bf979bb9d167..1a79453fb3a9 100644
--- a/x11/xwd/Makefile
+++ b/x11/xwd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xwd
 PORTVERSION=	1.0.8
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -10,6 +11,7 @@ LICENSE=	MIT
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xkbfile
 
-PLIST_FILES=	bin/xwd man/man1/xwd.1.gz
+PLIST_FILES=	bin/xwd share/man/man1/xwd.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile
index c265f013b5f6..0fd979b3a7a2 100644
--- a/x11/xwininfo/Makefile
+++ b/x11/xwininfo/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xwininfo
 PORTVERSION=	1.1.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -15,6 +16,7 @@ LIB_DEPENDS=	libxcb-icccm.so:x11/xcb-util-wm
 
 CONFIGURE_ARGS=	--with-xcb-icccm
 
-PLIST_FILES=	bin/xwininfo man/man1/xwininfo.1.gz
+PLIST_FILES=	bin/xwininfo share/man/man1/xwininfo.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xwud/Makefile b/x11/xwud/Makefile
index 9085588091fe..d299b322a123 100644
--- a/x11/xwud/Makefile
+++ b/x11/xwud/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xwud
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -8,5 +9,7 @@ COMMENT=	Image displayer for X
 USES=		xorg xorg-cat:app
 USE_XORG=	x11
 
-PLIST_FILES=	bin/xwud man/man1/xwud.1.gz
+PLIST_FILES=	bin/xwud share/man/man1/xwud.1.gz
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
 .include <bsd.port.mk>