svn commit: r399013 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Sat Oct 10 19:45:53 UTC 2015
Author: bapt
Date: Sat Oct 10 19:45:51 2015
New Revision: 399013
URL: https://svnweb.freebsd.org/changeset/ports/399013
Log:
Revert r398953 per bdrewery demand it breaks make config
Reported by: novel
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Sat Oct 10 19:15:56 2015 (r399012)
+++ head/Mk/bsd.port.mk Sat Oct 10 19:45:51 2015 (r399013)
@@ -5293,7 +5293,7 @@ config-conditional:
.endif
.endif # config-conditional
-.if !target(showconfig) && (make(showconfig) || (!empty(.MAKEFLAGS:M-V) && !empty(.MAKEFLAGS:M*_DESC)))
+.if !target(showconfig)
.include "${PORTSDIR}/Mk/bsd.options.desc.mk"
MULTI_EOL= : you have to choose at least one of them
SINGLE_EOL= : you have to select exactly one of them
More information about the svn-ports-all
mailing list