aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-06-20 15:23:40 +0800
committeradamw <adamw@FreeBSD.org>2014-06-20 15:23:40 +0800
commit53369fbf4a321674d0f602be0ae1d5c3287256be (patch)
treecdaad4e517b30514949570350554d5d98bd8bdf6 /sysutils
parent49cbb0f882611f479aed7b64a9fc95bc2fc2ad47 (diff)
downloadfreebsd-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 'sysutils')
-rw-r--r--sysutils/lsof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 449e7c8bafd4..b275f0a82124 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -36,7 +36,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
HAS_CONFIGURE= yes
-USES= shebangfix tar:bz2
+USES= shebangfix tar:bzip2
SHEBANG_FILES= scripts/sort_res.perl5
.include <bsd.port.pre.mk>