git: f7ee6d2d7fb5 - main - x11/xkbcomp: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 00:30:55 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f7ee6d2d7fb55145c8b87e042c2a1b241d02829e
commit f7ee6d2d7fb55145c8b87e042c2a1b241d02829e
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-26 19:50:30 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-27 00:30:40 +0000
x11/xkbcomp: Moved man to share/man
Approved by: portmgr (blanket)
---
x11/xkbcomp/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile
index 774bbe001a4c..23904e4000d2 100644
--- a/x11/xkbcomp/Makefile
+++ b/x11/xkbcomp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xkbcomp
DISTVERSION= 1.4.5
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -11,8 +12,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= pathfix xorg xorg-cat:app
USE_XORG= x11 xkbfile
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
PLIST_FILES= bin/xkbcomp \
libdata/pkgconfig/xkbcomp.pc \
- man/man1/xkbcomp.1.gz
+ share/man/man1/xkbcomp.1.gz
.include <bsd.port.mk>