Date: Thu, 27 Feb 2014 16:39:25 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346379 - head/Mk Message-ID: <201402271639.s1RGdPxF052898@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Feb 27 16:39:25 2014 New Revision: 346379 URL: http://svnweb.freebsd.org/changeset/ports/346379 QAT: https://qat.redports.org/buildarchive/r346379/ Log: Add %%NO_OPT1%% to PLIST_SUB that is enabled when %%OPT1%% is not. Sponsored by: Absolight Modified: head/Mk/bsd.options.mk Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Thu Feb 27 16:14:30 2014 (r346378) +++ head/Mk/bsd.options.mk Thu Feb 27 16:39:25 2014 (r346379) @@ -391,9 +391,9 @@ PLIST_SUB?= . if defined(OPTIONS_SUB) . if ! ${PLIST_SUB:M${opt}=*} . if ${PORT_OPTIONS:M${opt}} -PLIST_SUB:= ${PLIST_SUB} ${opt}="" +PLIST_SUB:= ${PLIST_SUB} ${opt}="" NO_${opt}="@comment " . else -PLIST_SUB:= ${PLIST_SUB} ${opt}="@comment " +PLIST_SUB:= ${PLIST_SUB} ${opt}="@comment " NO_${opt}="" . endif . endif . endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402271639.s1RGdPxF052898>