aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/phoc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-12 12:07:34 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-12 22:40:48 +0000
commit9f8f710b3ec3945ede5cf5d996c3391081d32df1 (patch)
tree99dd5d0478cc9bd33e3d4165b4bc51ed54b12222 /x11-wm/phoc
parentd64a3318ae18425f85039cac140b800888d9f423 (diff)
downloadports-9f8f710b3ec3945ede5cf5d996c3391081d32df1.tar.gz
ports-9f8f710b3ec3945ede5cf5d996c3391081d32df1.zip
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr
Diffstat (limited to 'x11-wm/phoc')
-rw-r--r--x11-wm/phoc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile
index 985837edb714..d8ca2a225323 100644
--- a/x11-wm/phoc/Makefile
+++ b/x11-wm/phoc/Makefile
@@ -1,6 +1,7 @@
PORTNAME= phoc
DISTVERSIONPREFIX= v
DISTVERSION= 0.35.0
+PORTREVISION= 1
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@@ -30,7 +31,7 @@ GL_ACCOUNT= World/Phosh
GL_TUPLE= World/Phosh:gmobile:v0.0.4-7-gd5ed9ed:gmobile/subprojects/gmobile
MESON_ARGS= -Dembed-wlroots=disabled
PLIST_FILES= bin/${PORTNAME} \
- man/man5/${PORTNAME}.ini.5.gz \
+ share/man/man5/${PORTNAME}.ini.5.gz \
share/applications/sm.puri.Phoc.desktop \
share/icons/hicolor/symbolic/apps/sm.puri.Phoc.svg
GLIB_SCHEMAS= sm.puri.phoc.gschema.xml
@@ -40,6 +41,6 @@ OPTIONS_DEFAULT=MANPAGES
MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils
MANPAGES_MESON_TRUE= man
-MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz
+MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>