1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11/mkcomposecache: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 20:05:49 +01:00
parent 8e92e8eac6
commit 2db7baff93
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -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>