git: 2db7baff93ef - main - x11/mkcomposecache: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 19:26:54 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2db7baff93efaa05b2c31a130bde125c2946fea9
commit 2db7baff93efaa05b2c31a130bde125c2946fea9
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 19:05:49 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 19:26:32 +0000
x11/mkcomposecache: Moved man to share/man
Approved by: portmgr (blanket)
---
x11/mkcomposecache/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11/mkcomposecache/Makefile b/x11/mkcomposecache/Makefile
index f59106fa72c5..7c3746b3a2ab 100644
--- a/x11/mkcomposecache/Makefile
+++ b/x11/mkcomposecache/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mkcomposecache
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -8,6 +9,8 @@ COMMENT= Program to create Compose cache files
USES= xorg xorg-cat:app
USE_XORG= x11
-PLIST_FILES= sbin/mkcomposecache man/man8/mkcomposecache.8.gz
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
+PLIST_FILES= sbin/mkcomposecache share/man/man8/mkcomposecache.8.gz
.include <bsd.port.mk>