Use the $SRC_BASE Makevar instead of hard-coding. There is no longer
any need to provide the default definition; it is in bsd.port.mk. Hat: portmgr
This commit is contained in:
parent
5adba08e27
commit
3f735e768e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266467
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ COMMENT= A graphical screensaver kernel module
|
|||
|
||||
SYSDIR?= ${SRC_BASE}/sys
|
||||
.if !exists(${SYSDIR}/dev/syscons/syscons.h)
|
||||
IGNORE= requires kernel source (/usr/src/sys) to build
|
||||
IGNORE= requires kernel source (in ${SYSDIR}) to build
|
||||
.endif
|
||||
MAKE_ENV+= WERROR=
|
||||
PLIST_FILES= lib/kix_saver.ko
|
||||
|
|
Loading…
Reference in a new issue