1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Standardize on SRC_BASE as set in bsd.port.mk.

Approved by:	maintainer
This commit is contained in:
Mark Linimon 2011-07-16 20:11:48 +00:00
parent 297e726af7
commit 0465a5878c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277813
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ MAN4= ${PORTNAME}.4
.include <bsd.port.pre.mk>
.if !exists(/usr/src/sys/Makefile)
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source files
.elif ${OSVERSION} <= 800063
IGNORE= requires FreeBSD 8.0 or later, please try driver from vendor site

View File

@ -28,9 +28,9 @@ MAKE_ENV+= KMODDIR=${KMODDIR}
MANCOMPRESSED= yes
MAN8= ${PORTNAME}.8
.if !exists(/usr/src/sys/Makefile)
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source files
.elif !exists(/usr/src/sbin/geom/Makefile)
.elif !exists(${SRC_BASE}/sbin/geom/Makefile)
IGNORE= requires sbin source files
.endif