summaryrefslogtreecommitdiff
path: root/Mk/Uses/meson.mk
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-02-26 09:36:29 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-02-26 09:36:29 +0000
commit52093b767ed185de1f8b26234dce8da439ff6b63 (patch)
tree8be4a4b4cac1b703a6edca1e09a8b1f97c10e9b9 /Mk/Uses/meson.mk
parentFinish properly registring properly wxGTK 3.1 into the framework (diff)
Clarify MESON_BUILD_DIR comment
MESON_BUILD_DIR is relative to ${WRKSRC}. Update the comment in meson.mk accordingly. Reviewed by: kwm, mat Approved by: gnome (koobs, kwm), mat (mentor) Differential Revision: https://reviews.freebsd.org/D19270
Notes
Notes: svn path=/head/; revision=493957
Diffstat (limited to 'Mk/Uses/meson.mk')
-rw-r--r--Mk/Uses/meson.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/meson.mk b/Mk/Uses/meson.mk
index d3904c104db4..142d8fdf4f90 100644
--- a/Mk/Uses/meson.mk
+++ b/Mk/Uses/meson.mk
@@ -13,8 +13,8 @@
# Variables for ports:
# MESON_ARGS - Arguments passed to meson
# format: -Denable_foo=true
-# MESON_BUILD_DIR - Path to the build directory
-# Default: ${WRKSRC}/_build
+# MESON_BUILD_DIR - Path to the build directory relative to ${WRKSRC}
+# Default: _build
#
# MAINTAINER: gnome@FreeBSD.org