Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 06:42:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320438 - head/Mk
Message-ID:  <201306100642.r5A6gcBh056549@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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})



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306100642.r5A6gcBh056549>