mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- 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, rene
This commit is contained in:
parent
cc87e10caf
commit
26fce7da4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297152
@ -20,13 +20,13 @@ ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
MAN4= biosfont.4
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
KMODDIR?= /boot/modules
|
||||
|
||||
PLIST_SUB= KMODDIR=${KMODDIR} PREFIX=${PREFIX}
|
||||
MAKE_ENV+= KMODDIR=${KMODDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${SRC_BASE}/sys/Makefile)
|
||||
IGNORE= requires kernel source files
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user