aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash-completion-classic
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2007-02-15 23:32:03 +0800
committerbsam <bsam@FreeBSD.org>2007-02-15 23:32:03 +0800
commit255ca73f24a3abf12a2ef3947572aa7aab910b8c (patch)
treed8db31eb8c6ce1900159b2f5964697ef3d9a4b15 /shells/bash-completion-classic
parent4b1cd7602c7dbe5ed3b6a0afa91527d1c372d8ca (diff)
downloadfreebsd-ports-gnome-255ca73f24a3abf12a2ef3947572aa7aab910b8c.tar.gz
freebsd-ports-gnome-255ca73f24a3abf12a2ef3947572aa7aab910b8c.tar.zst
freebsd-ports-gnome-255ca73f24a3abf12a2ef3947572aa7aab910b8c.zip
. 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)
Diffstat (limited to 'shells/bash-completion-classic')
-rw-r--r--shells/bash-completion-classic/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/shells/bash-completion-classic/Makefile b/shells/bash-completion-classic/Makefile
index 1c874d593e87..1d9f6b4b7a48 100644
--- a/shells/bash-completion-classic/Makefile
+++ b/shells/bash-completion-classic/Makefile
@@ -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