diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-03-03 14:35:22 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-03-03 14:35:22 +0000 |
commit | 31cc356bf4c8c6446447aebb0ede5a6381fee02d (patch) | |
tree | 3f4a4a2211a618efaa6660f99fe5239a33d0bbcf /shells/bash-completion | |
parent | d0e4e44998ff6844ce6db7a1951e3618ebe5681f (diff) | |
download | ports-31cc356bf4c8c6446447aebb0ede5a6381fee02d.tar.gz ports-31cc356bf4c8c6446447aebb0ede5a6381fee02d.zip |
Notes
Diffstat (limited to 'shells/bash-completion')
-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 |