Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 09:36:29 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493957 - head/Mk/Uses
Message-ID:  <201902260936.x1Q9aTIP004089@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Tue Feb 26 09:36:29 2019
New Revision: 493957
URL: https://svnweb.freebsd.org/changeset/ports/493957

Log:
  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

Modified:
  head/Mk/Uses/meson.mk

Modified: head/Mk/Uses/meson.mk
==============================================================================
--- head/Mk/Uses/meson.mk	Tue Feb 26 09:33:24 2019	(r493956)
+++ head/Mk/Uses/meson.mk	Tue Feb 26 09:36:29 2019	(r493957)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902260936.x1Q9aTIP004089>