diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-20 07:23:40 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-20 07:23:40 +0000 |
commit | ba89dd1b53a599366be96b9564577971c40bc4b4 (patch) | |
tree | cdaad4e517b30514949570350554d5d98bd8bdf6 /shells/44bsd-csh | |
parent | c17b460d111767140871f725ab1a062186df79a9 (diff) |
Correct typo... it's tar:bzip2, not tar:bz2.
Notes
Notes:
svn path=/head/; revision=358516
Diffstat (limited to 'shells/44bsd-csh')
-rw-r--r-- | shells/44bsd-csh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index fa10409c3b7c..66d7c324e115 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 |