Document the new %%NO_OPT%% plist sub.
Sponsored by: Absolight
This commit is contained in:
parent
0f6e87bfc4
commit
951a024742
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44085
1 changed files with 2 additions and 2 deletions
|
@ -3645,9 +3645,9 @@ OPTIONS_SUB= yes</programlisting>
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MOPT1}
|
.if ${PORT_OPTIONS:MOPT1}
|
||||||
PLIST_SUB+= OPT1=""
|
PLIST_SUB+= OPT1="" NO_OPT1="@comment "
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= OPT1="@comment "
|
PLIST_SUB+= OPT1="@comment " NO_OPT1=""
|
||||||
.endif</programlisting>
|
.endif</programlisting>
|
||||||
|
|
||||||
<para>If <varname>X_CONFIGURE_ENABLE</varname> is set then
|
<para>If <varname>X_CONFIGURE_ENABLE</varname> is set then
|
||||||
|
|
Loading…
Reference in a new issue