svn commit: r51546 - head/en_US.ISO8859-1/books/porters-handbook/makefiles

Mathieu Arnold mat at FreeBSD.org
Thu Apr 12 07:19:11 UTC 2018


Author: mat
Date: Thu Apr 12 07:19:10 2018
New Revision: 51546
URL: https://svnweb.freebsd.org/changeset/doc/51546

Log:
  Fix copy&paste error in MESON_TRUE... section.
  
  PR:		226251
  Reported by:	Zsolt Udvari
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Wed Apr 11 06:22:20 2018	(r51545)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Thu Apr 12 07:19:10 2018	(r51546)
@@ -6842,10 +6842,10 @@ OPT1_MESON_FALSE=	optimize</programlisting>
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOPT1}
-CMAKE_ARGS+=	-Dtest=true -Ddebug=true \
+MESON_ARGS+=	-Dtest=true -Ddebug=true \
 		-Doptimize=false
 .else
-CMAKE_ARGS+=	-Dtest=false -Ddebug=false \
+MESON_ARGS+=	-Dtest=false -Ddebug=false \
 		-Doptimize=true
 .endif</programlisting>
 	</sect4>


More information about the svn-doc-all mailing list