- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced

PR: ports/165994
Submitted by: 4721@hushmail.com
Approved by:    maintainer, ler@lerctr.org
This commit is contained in:
Jason Helfman 2012-05-21 23:57:29 +00:00
parent 26fce7da4d
commit dbafee0ac6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297153

View File

@ -39,6 +39,8 @@ SRCBALL_NAME= ${DISTNAME:S/_W$//}_src
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
.endif
.include <bsd.port.pre.mk>
USE_BZIP2= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
@ -47,8 +49,6 @@ CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"
PLIST_FILES= sbin/lsof
MAN8= lsof.8
.include <bsd.port.pre.mk>
.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
IGNORE= requires kernel sources
.endif