Invert example use of OPTIONSng-- was incorrect

Submitted by:	James O'Gorman
Approved by:	linimon
This commit is contained in:
Chris Rees 2012-05-31 22:22:53 +00:00
parent d699c12c13
commit 4a41faf75f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38958

View file

@ -4318,9 +4318,9 @@ OPTIONS_DEFAULT=FOO
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFOO}
CONFIGURE_ARGS+=--without-foo
.else
CONFIGURE_ARGS+=--with-foo
.else
CONFIGURE_ARGS+=--without-foo
.endif
.if ${PORT_OPTIONS:MBAR}