aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-27 12:10:16 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-27 12:36:32 +0000
commitdc82e3b0ff4473ed245417a83340ff35155627f9 (patch)
treecef11bca20b3dfdb4daf292d9736a13570052595
parentc3ce865f10685d78f6be0c536a083ed00a34b1ea (diff)
downloadports-dc82e3b0ff4473ed245417a83340ff35155627f9.tar.gz
ports-dc82e3b0ff4473ed245417a83340ff35155627f9.zip
x11/xset: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--x11/xset/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xset/Makefile b/x11/xset/Makefile
index c319033ccfff..5c8dff987080 100644
--- a/x11/xset/Makefile
+++ b/x11/xset/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xset
PORTVERSION= 1.2.5
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -11,8 +12,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
EXTRACT_SUFX= .tar.xz
USES= xorg xorg-cat:app
USE_XORG= xmuu x11 xext
+
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --without-xf86misc \
--without-fontcache
-PLIST_FILES= bin/xset man/man1/xset.1.gz
+PLIST_FILES= bin/xset share/man/man1/xset.1.gz
.include <bsd.port.mk>