aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 17:58:11 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 18:40:26 +0000
commitbf2a8df98940f3a9c75805819e8dc57ad8576587 (patch)
tree287719ac0dc9d09148644e1b29fbbfa95525dc63 /x11-wm
parent45e3dec5309097bf6b40e1d8967875a7c5dac7e2 (diff)
downloadports-bf2a8df98940f3a9c75805819e8dc57ad8576587.tar.gz
ports-bf2a8df98940f3a9c75805819e8dc57ad8576587.zip
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xcompmgr/Makefile5
1 files changed, 4 insertions, 1 deletions
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>