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

Mathieu Arnold <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: mat
Date: Wed Aug 24 11:56:25 2016
New Revision: 49332
URL: https://svnweb.freebsd.org/changeset/doc/49332

Log:
  Fix a logic typo.
  
  PR:		212053
  Reported by:	Harald Schmalzbauer
  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 Aug 24 11:29:54 2016	(r49331)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Wed Aug 24 11:56:25 2016	(r49332)
@@ -4511,7 +4511,7 @@ OPT1_PREVENTS_MSG=	OPT1 and OPT2 enable 
 
 .include &lt;bsd.port.options.mk&gt;
 
-.if ${PORT_OPTIONS:MOPT2} || ${PORT_OPTIONS:MOPT1}
+.if ${PORT_OPTIONS:MOPT2} &amp;&amp; ${PORT_OPTIONS:MOPT1}
 BROKEN=	Option OPT1 conflicts with OPT2 (select only one)
 .endif</programlisting>
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.