diff --git a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml index 22df950732..28eb2cf906 100644 --- a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml @@ -6842,10 +6842,10 @@ OPT1_MESON_FALSE= optimize .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