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 | |
parent | 49cbb0f882611f479aed7b64a9fc95bc2fc2ad47 (diff) | |
download | freebsd-ports-graphics-53369fbf4a321674d0f602be0ae1d5c3287256be.tar.gz freebsd-ports-graphics-53369fbf4a321674d0f602be0ae1d5c3287256be.tar.zst freebsd-ports-graphics-53369fbf4a321674d0f602be0ae1d5c3287256be.zip |
Correct typo... it's tar:bzip2, not tar:bz2.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/44bsd-csh/Makefile | 2 | ||||
-rw-r--r-- | shells/bash-completion/Makefile | 2 | ||||
-rw-r--r-- | shells/heirloom-sh/Makefile | 2 | ||||
-rw-r--r-- | shells/rc/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
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 |