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

Mathieu Arnold mat at FreeBSD.org
Thu Feb 27 16:40:11 UTC 2014


Author: mat (ports committer)
Date: Thu Feb 27 16:40:11 2014
New Revision: 44085
URL: http://svnweb.freebsd.org/changeset/doc/44085

Log:
  Document the new %%NO_OPT%% plist sub.
  
  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 Feb 26 23:49:37 2014	(r44084)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Thu Feb 27 16:40:11 2014	(r44085)
@@ -3645,9 +3645,9 @@ OPTIONS_SUB=	yes</programlisting>
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOPT1}
-PLIST_SUB+=	OPT1=""
+PLIST_SUB+=	OPT1="" NO_OPT1="@comment "
 .else
-PLIST_SUB+=	OPT1="@comment "
+PLIST_SUB+=	OPT1="@comment " NO_OPT1=""
 .endif</programlisting>
 
       <para>If <varname>X_CONFIGURE_ENABLE</varname> is set then


More information about the svn-doc-all mailing list