diff options
author | adamw <adamw@FreeBSD.org> | 2014-06-20 15:23:40 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-06-20 15:23:40 +0800 |
commit | 53369fbf4a321674d0f602be0ae1d5c3287256be (patch) | |
tree | cdaad4e517b30514949570350554d5d98bd8bdf6 /shells/bash-completion/Makefile | |
parent | 49cbb0f882611f479aed7b64a9fc95bc2fc2ad47 (diff) | |
download | freebsd-ports-gnome-53369fbf4a321674d0f602be0ae1d5c3287256be.tar.gz freebsd-ports-gnome-53369fbf4a321674d0f602be0ae1d5c3287256be.tar.zst freebsd-ports-gnome-53369fbf4a321674d0f602be0ae1d5c3287256be.zip |
Correct typo... it's tar:bzip2, not tar:bz2.
Diffstat (limited to 'shells/bash-completion/Makefile')
-rw-r--r-- | shells/bash-completion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 0378e8665612..079596b01411 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_AUTOTOOLS= aclocal automake GNU_CONFIGURE= yes -USES= gmake tar:bz2 +USES= gmake tar:bzip2 SUB_FILES= pkg-message SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh |