Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 20:58:20 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344145 - head/shells/bash-completion
Message-ID:  <201402132058.s1DKwK5G055054@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Feb 13 20:58:19 2014
New Revision: 344145
URL: http://svnweb.freebsd.org/changeset/ports/344145
QAT: https://qat.redports.org/buildarchive/r344145/

Log:
  TIL option_XYZ_OFF

Modified:
  head/shells/bash-completion/Makefile

Modified: head/shells/bash-completion/Makefile
==============================================================================
--- head/shells/bash-completion/Makefile	Thu Feb 13 20:50:43 2014	(r344144)
+++ head/shells/bash-completion/Makefile	Thu Feb 13 20:58:19 2014	(r344145)
@@ -25,13 +25,8 @@ USES=			gmake
 SUB_FILES=	pkg-message
 SUB_LIST+=	RUNFILE=${DATADIR}/bash_completion.sh
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MBASH_DEVEL}
-RUN_DEPENDS=bash:${PORTSDIR}/shells/bash-devel
-.else
-RUN_DEPENDS=bash:${PORTSDIR}/shells/bash
-.endif
+BASH_DEVEL_RUN_DEPENDS=		bash:${PORTSDIR}/shells/bash-devel
+BASH_DEVEL_RUN_DEPENDS_OFF=	bash:${PORTSDIR}/shells/bash
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|FLAC|&\|flv\|FLV|;' ${WRKSRC}/bash_completion



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