svn commit: r493957 - head/Mk/Uses

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Feb 26 09:36:30 UTC 2019


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 at FreeBSD.org
 


More information about the svn-ports-all mailing list