. 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:
parent
0a7ef6b422
commit
2314d82820
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185242
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user