- 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, delphij
This commit is contained in:
parent
dbafee0ac6
commit
b44f85724f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297154
1 changed files with 2 additions and 2 deletions
|
@ -37,12 +37,12 @@ MAKE_ENV+= KMODDIR=${KMODDIR} DATADIR=${DATADIR} SYSDIR="${SRC_BASE}/sys"
|
||||||
|
|
||||||
IET_CONF_FILES= ietd.conf initiators.allow initiators.deny targets.allow
|
IET_CONF_FILES= ietd.conf initiators.allow initiators.deny targets.allow
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if !exists(${SRC_BASE}/sys/Makefile)
|
.if !exists(${SRC_BASE}/sys/Makefile)
|
||||||
IGNORE= requires kernel sources to build
|
IGNORE= requires kernel sources to build
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${OSVERSION} < 800107
|
.if ${OSVERSION} < 800107
|
||||||
BROKEN= requires 8.0-RELEASE or higher
|
BROKEN= requires 8.0-RELEASE or higher
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Reference in a new issue