1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

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

PR:     ports/169222
Submitted by:   jgh@
Approved by:    maintainer timeout ( 14 days )
This commit is contained in:
Jason Helfman 2012-07-01 22:40:21 +00:00
parent 0892ab4b4d
commit fc7e559962
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300348

View File

@ -20,6 +20,8 @@ KMODDIR?= /boot/modules
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
SRC_BASE?= /usr/src
PLIST_SUB= KMODDIR=${KMODDIR}
@ -29,8 +31,6 @@ PLIST_FILES= "@cwd %%KMODDIR%%"
PLIST_FILES+= mono.ko
PLIST_FILES+= "@unexec kldxref ${KMODDIR}"
.include <bsd.port.pre.mk>
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source to be installed
.endif