Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 11:42:38 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329293 - head/Mk
Message-ID:  <201310041142.r94BgcmK099466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Oct  4 11:42:38 2013
New Revision: 329293
URL: http://svnweb.freebsd.org/changeset/ports/329293

Log:
  - Fix OPTIONS_SUB not including OPTIONS_SLAVE options in PLIST_SUB
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.options.mk

Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk	Fri Oct  4 11:40:35 2013	(r329292)
+++ head/Mk/bsd.options.mk	Fri Oct  4 11:42:38 2013	(r329293)
@@ -370,7 +370,7 @@ WITH_${opt}:=  true
 .endfor
 ###
 
-.for opt in ${COMPLETE_OPTIONS_LIST}
+.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE}
 # PLIST_SUB
 PLIST_SUB?=
 .  if defined(OPTIONS_SUB)



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