aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 13:48:21 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 14:08:34 +0000
commitd7a67ca0286dd316075cded3edb17748264ec22b (patch)
tree4e845e38109578b2a232cd1aff6c4c461a380f47
parent3992c160810660d9e5d687938c66a0a1aec04a49 (diff)
downloadports-d7a67ca0286dd316075cded3edb17748264ec22b.tar.gz
ports-d7a67ca0286dd316075cded3edb17748264ec22b.zip
x11/xrdb: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--x11/xrdb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xrdb/Makefile b/x11/xrdb/Makefile
index 378906fdb4e2..5749500c8389 100644
--- a/x11/xrdb/Makefile
+++ b/x11/xrdb/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xrdb
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -11,6 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= xmuu x11
-PLIST_FILES= bin/xrdb man/man1/xrdb.1.gz
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
+PLIST_FILES= bin/xrdb share/man/man1/xrdb.1.gz
.include <bsd.port.mk>