aboutsummaryrefslogtreecommitdiff
path: root/x11/xhost
diff options
context:
space:
mode:
authorHelge Oldach <freebsd@oldach.net>2024-01-29 17:35:45 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-01-29 17:35:45 +0000
commit8efbfe6d1f54faf57d74baae1540cb288f99916d (patch)
treef5436d02df4a50622b4fb942f85f7dd2bfff7bd1 /x11/xhost
parent59b1dcf32b4d31325fc3a91708c65c7048503919 (diff)
downloadports-8efbfe6d1f54faf57d74baae1540cb288f99916d.tar.gz
ports-8efbfe6d1f54faf57d74baae1540cb288f99916d.zip
x11/*: Move manpages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'x11/xhost')
-rw-r--r--x11/xhost/Makefile4
1 files changed, 3 insertions, 1 deletions
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>