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

Use the $SRC_BASE Makevar instead of hard-coding.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-12-17 03:43:12 +00:00
parent e2c24bd94b
commit 5adba08e27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266466
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ PLIST_SUB+= PL_DEVD="@comment "
EXTRA_PATCHES+= ${PATCHDIR}/HSO-DEBUG-patch-Makefile
.endif
.if !exists(/usr/src/sys/Makefile)
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source files
.elif ${OSVERSION} < 700055
IGNORE= requires FreeBSD 7.0 or superior

View File

@ -34,7 +34,7 @@ MAN4= uhso.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 comms/hso-kmod instead