aboutsummaryrefslogtreecommitdiff
path: root/x11/slurp
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/slurp
parentd64a3318ae18425f85039cac140b800888d9f423 (diff)
downloadports-9f8f710b3ec3945ede5cf5d996c3391081d32df1.tar.gz
ports-9f8f710b3ec3945ede5cf5d996c3391081d32df1.zip
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr
Diffstat (limited to 'x11/slurp')
-rw-r--r--x11/slurp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/slurp/Makefile b/x11/slurp/Makefile
index 61d59e4450aa..be69ac1faa94 100644
--- a/x11/slurp/Makefile
+++ b/x11/slurp/Makefile
@@ -1,6 +1,7 @@
PORTNAME= slurp
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org
@@ -26,6 +27,6 @@ OPTIONS_DEFAULT=MANPAGES
MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc
MANPAGES_MESON_ENABLED= man-pages
-MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz
+MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>