diff options
author | adamw <adamw@FreeBSD.org> | 2014-03-03 22:35:22 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-03-03 22:35:22 +0800 |
commit | c136f7bf0244522482073149ab7208bf00c2878a (patch) | |
tree | 3f4a4a2211a618efaa6660f99fe5239a33d0bbcf /shells | |
parent | ac1c870d811a4069dd2f1533a167ca464140fd06 (diff) | |
download | freebsd-ports-gnome-c136f7bf0244522482073149ab7208bf00c2878a.tar.gz freebsd-ports-gnome-c136f7bf0244522482073149ab7208bf00c2878a.tar.zst freebsd-ports-gnome-c136f7bf0244522482073149ab7208bf00c2878a.zip |
Remove bash-devel support now that it has been folded into
shells/bash proper. Bump PORTREVISION on affected ports.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-completion/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 569e4964e91a..cf68abc94a8e 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -3,7 +3,7 @@ PORTNAME= bash-completion PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -12,11 +12,10 @@ MASTER_SITE_SUBDIR= adamw MAINTAINER= adamw@FreeBSD.org COMMENT= Programmable completion library for Bash -OPTIONS_DEFINE= BASH_DEVEL -BASH_DEVEL_DESC= Use shells/bash-devel instead of shells/bash - CONFLICTS= bash-completion-classic-[0-9]* +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash + USE_BZIP2= yes USE_AUTOTOOLS= aclocal automake GNU_CONFIGURE= yes @@ -25,9 +24,6 @@ USES= gmake SUB_FILES= pkg-message SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh -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 |