aboutsummaryrefslogtreecommitdiff
path: root/x11/xdriinfo
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/xdriinfo
parent59b1dcf32b4d31325fc3a91708c65c7048503919 (diff)
downloadports-8efbfe6d1f54faf57d74baae1540cb288f99916d.tar.gz
ports-8efbfe6d1f54faf57d74baae1540cb288f99916d.zip
Diffstat (limited to 'x11/xdriinfo')
-rw-r--r--x11/xdriinfo/Makefile5
1 files changed, 3 insertions, 2 deletions
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>