svn commit: r320438 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 10 06:42:38 UTC 2013


Author: bapt
Date: Mon Jun 10 06:42:37 2013
New Revision: 320438
URL: http://svnweb.freebsd.org/changeset/ports/320438

Log:
  Testing COMPLETE_OPTIONS_LIST is enought to determine if there is options to print

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jun 10 06:40:45 2013	(r320437)
+++ head/Mk/bsd.port.mk	Mon Jun 10 06:42:37 2013	(r320438)
@@ -6179,7 +6179,7 @@ MULTI_EOL=	": you have to choose at leas
 SINGLE_EOL=	": you have to select exactly one of them"
 RADIO_EOL=	": you can only select none or one of them"
 showconfig:
-.if !empty(ALL_OPTIONS) || !empty(OPTIONS_SINGLE) || !empty(OPTIONS_MULTI) || !empty(OPTIONS_RADIO) || !empty(OPTIONS_GROUP)
+.if !empty(COMPLETE_OPTIONS_LIST)
 	@${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME}":
 .for opt in ${ALL_OPTIONS}
 .  if empty(PORT_OPTIONS:M${opt})


More information about the svn-ports-all mailing list