aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-05-22 06:01:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-05-22 06:01:59 +0000
commit7849c3cf6440f15e452e9479c1e2f50ae07cd914 (patch)
tree9881d6353b3fced518d762cb705af4b9399652c5 /sysutils/lsof
parent04a7f70c5c254108e5509f659f6bdad8bde84e32 (diff)
downloadports-7849c3cf6440f15e452e9479c1e2f50ae07cd914.tar.gz
ports-7849c3cf6440f15e452e9479c1e2f50ae07cd914.zip
Attempt to fix fetch. USE_BZIP2 must be declared before including
bsd.port.pre.mk. Pointy hat to: linimon
Notes
Notes: svn path=/head/; revision=297160
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 6446cc698bc2..df87cb7c670b 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -39,10 +39,11 @@ SRCBALL_NAME= ${DISTNAME:S/_W$//}_src
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
.endif
-.include <bsd.port.pre.mk>
-
USE_BZIP2= yes
HAS_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -n freebsd
CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"