aboutsummaryrefslogtreecommitdiff
path: root/x11/slurp
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-02-25 22:07:54 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-02-25 22:07:54 +0000
commit0335c38a4b27892d8da53dbbdb70b1fffc6aba0b (patch)
tree2616b56081f1f233cbc8261e31e92505ef25daee /x11/slurp
parent884c315c62251cecb08e804006318ef02b8aa1a9 (diff)
downloadports-0335c38a4b27892d8da53dbbdb70b1fffc6aba0b.tar.gz
ports-0335c38a4b27892d8da53dbbdb70b1fffc6aba0b.zip
Add option helper for MESON_ARGS = -Dfoo=enabled
feature options define combo like auto/yes/no in a standand way. In other words, upstream projects of ports that use _MESON_YES are supposed to migrate to _MESON_ENABLED. https://mesonbuild.com/Build-options.html#features Reviewed by: tobik (implicit) Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D19127
Notes
Notes: svn path=/head/; revision=493901
Diffstat (limited to 'x11/slurp')
-rw-r--r--x11/slurp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/slurp/Makefile b/x11/slurp/Makefile
index f2e46c307d7c..5b31db306692 100644
--- a/x11/slurp/Makefile
+++ b/x11/slurp/Makefile
@@ -25,8 +25,7 @@ OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT=MANPAGES
MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc
-MANPAGES_MESON_ON= -Dman-pages=enabled
-MANPAGES_MESON_OFF= -Dman-pages=disabled
+MANPAGES_MESON_ENABLED= man-pages
MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>