diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-20 01:55:40 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-20 01:55:40 +0000 |
commit | a4fd9d5220ad1d4384eb16a0345f78e9cf7d4bc3 (patch) | |
tree | 03a0a8c04acead65bf79a6fb852bf0f590dbea68 /sysutils/lsof | |
parent | d9f77a83a9077e2f6274a494d77891814a5a15d0 (diff) | |
download | ports-a4fd9d5220ad1d4384eb16a0345f78e9cf7d4bc3.tar.gz ports-a4fd9d5220ad1d4384eb16a0345f78e9cf7d4bc3.zip |
Notes
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 9a8e18e1657d..449e7c8bafd4 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -34,10 +34,9 @@ SRCBALL_NAME= ${DISTNAME:S/_W$//}_src WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} .endif -USE_BZIP2= yes HAS_CONFIGURE= yes -USES= shebangfix +USES= shebangfix tar:bz2 SHEBANG_FILES= scripts/sort_res.perl5 .include <bsd.port.pre.mk> |