x11-wm/xcompmgr: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 18:58:11 +01:00
parent 45e3dec530
commit bf2a8df989
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -1,5 +1,6 @@
PORTNAME= xcompmgr PORTNAME= xcompmgr
PORTVERSION= 1.1.8 PORTVERSION= 1.1.8
PORTREVISION= 1
CATEGORIES= x11-wm CATEGORIES= x11-wm
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org
@ -12,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app USES= xorg xorg-cat:app
USE_XORG= x11 xcomposite xext xfixes xdamage xrender USE_XORG= x11 xcomposite xext xfixes xdamage xrender
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk> .include <bsd.port.mk>