. drop OPTIONS for BASH2;

. drop variable RUN_DEPENDS for shells/bash2;
. do not bump PORTREVISION since this dependency is not default.

PR:		108626
Submitted by:	bsam (me)
Approved by:	kirk at strauser.com (maintainer timeout -- 2 weeks)
This commit is contained in:
Boris Samorodov 2007-02-15 15:32:03 +00:00
parent 0a7ef6b422
commit 2314d82820
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185242
2 changed files with 2 additions and 12 deletions

View File

@ -20,16 +20,11 @@ NO_BUILD= yes
SUB_FILES= pkg-message
PLIST_FILES= etc/bash_completion
OPTIONS= BASH2 "Use shells/bash2 instead of shells/bash" off \
GSED "Use GNU sed to enable additional completions" off
OPTIONS= GSED "Use GNU sed to enable additional completions" off
.include <bsd.port.pre.mk>
.if defined(WITH_BASH2)
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash2
.else
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
.endif
.if defined(WITH_GSED)
RUN_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed

View File

@ -20,16 +20,11 @@ NO_BUILD= yes
SUB_FILES= pkg-message
PLIST_FILES= etc/bash_completion
OPTIONS= BASH2 "Use shells/bash2 instead of shells/bash" off \
GSED "Use GNU sed to enable additional completions" off
OPTIONS= GSED "Use GNU sed to enable additional completions" off
.include <bsd.port.pre.mk>
.if defined(WITH_BASH2)
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash2
.else
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
.endif
.if defined(WITH_GSED)
RUN_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed