git: bf2a8df98940 - main - x11-wm/xcompmgr: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 18:40:47 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf2a8df98940f3a9c75805819e8dc57ad8576587 commit bf2a8df98940f3a9c75805819e8dc57ad8576587 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 17:58:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 18:40:26 +0000 x11-wm/xcompmgr: Moved man to share/man Approved by: portmgr (blanket) --- x11-wm/xcompmgr/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile index 838ea90ffa5b..20061cf38cec 100644 --- a/x11-wm/xcompmgr/Makefile +++ b/x11-wm/xcompmgr/Makefile @@ -1,5 +1,6 @@ PORTNAME= xcompmgr PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= x11-wm MAINTAINER= x11@FreeBSD.org @@ -12,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app 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>