1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

x11/xset: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-27 13:10:16 +01:00
parent c3ce865f10
commit dc82e3b0ff
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

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