From 53369fbf4a321674d0f602be0ae1d5c3287256be Mon Sep 17 00:00:00 2001 From: adamw Date: Fri, 20 Jun 2014 07:23:40 +0000 Subject: Correct typo... it's tar:bzip2, not tar:bz2. --- shells/44bsd-csh/Makefile | 2 +- shells/bash-completion/Makefile | 2 +- shells/heirloom-sh/Makefile | 2 +- shells/rc/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'shells') diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index fa10409c3b7..66d7c324e11 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -12,7 +12,7 @@ COMMENT= The traditional 4.4BSD /bin/csh C-shell BUILD_DEPENDS= rcs:${PORTSDIR}/devel/rcs57 -USES= tar:bz2 +USES= tar:bzip2 NO_WRKSUBDIR= yes PORTDOCS= paper.ascii.gz diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 0378e866561..079596b0141 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 diff --git a/shells/heirloom-sh/Makefile b/shells/heirloom-sh/Makefile index 311e00a6fb5..a3e8edecc03 100644 --- a/shells/heirloom-sh/Makefile +++ b/shells/heirloom-sh/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/heirloom/${PORTNAME}/${PORTVERSION} MAINTAINER= danielt@pilgerer.org COMMENT= Portable version of OpenSolaris' Bourne Shell -USES= tar:bz2 +USES= tar:bzip2 MAKEFILE= makefile PLIST_FILES= bin/jsh \ man/man1/jsh.1.gz diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 1c8454afe09..ace71399ad9 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ftp://rc.quanstro.net/pub/ \ MAINTAINER= quanstro@quanstro.net COMMENT= Unix incarnation of the plan9 shell -USES= tar:bz2 +USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-history -- cgit