- 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, jon@witchspace.com
This commit is contained in:
parent
06d2ac1b3e
commit
6a6b4fafaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297204
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,8 @@ PKGNAMESUFFIX= -kmod
|
|||
MAINTAINER= jon@witchspace.com
|
||||
COMMENT= A graphical screensaver kernel module
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
SYSDIR?= ${SRC_BASE}/sys
|
||||
.if !exists(${SYSDIR}/dev/syscons/syscons.h)
|
||||
IGNORE= requires kernel source (in ${SYSDIR}) to build
|
||||
|
@ -30,4 +32,4 @@ do-install:
|
|||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue