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 /sysutils/lsof | |
parent | c17b460d111767140871f725ab1a062186df79a9 (diff) | |
download | ports-ba89dd1b53a599366be96b9564577971c40bc4b4.tar.gz ports-ba89dd1b53a599366be96b9564577971c40bc4b4.zip |
Correct typo... it's tar:bzip2, not tar:bz2.
Notes
Notes:
svn path=/head/; revision=358516
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 2 |
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> |