svn commit: r344145 - head/shells/bash-completion

Adam Weinberger adamw at FreeBSD.org
Thu Feb 13 20:58:20 UTC 2014


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


More information about the svn-ports-head mailing list