From 1f8bd15331cca0985ac5b054f2fa649d1482c014 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 17 Jan 2013 07:17:24 +0000 Subject: Add support for WITH_BASH_DEVEL=yes to depend on shells/bash-devel. Also, use MDOCS. --- shells/bash-completion/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 53079dec32c3..4f7da7b60f0d 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -12,7 +12,11 @@ MASTER_SITES= http://bash-completion.alioth.debian.org/files/ MAINTAINER= adamw@FreeBSD.org COMMENT= Programmable completion library for Bash +.if defined(WITH_BASH_DEVEL) +RUN_DEPENDS=bash:${PORTSDIR}/shells/bash-devel +.else RUN_DEPENDS=bash:${PORTSDIR}/shells/bash +.endif CONFLICTS= bash-completion-classic-[0-9]* @@ -25,6 +29,8 @@ SUB_FILES= pkg-message SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh PORTDOCS= * +.include + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g; \ s|/etc/bash_completion|${PREFIX}&|g; \ @@ -42,7 +48,7 @@ post-patch: ${WRKSRC}/completions/* post-install: -.if !defined(WITHOUT_DOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} . for i in README doc/bash_completion.txt doc/bashrc doc/inputrc ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} -- cgit