aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-12-17 11:54:54 +0800
committerlinimon <linimon@FreeBSD.org>2010-12-17 11:54:54 +0800
commit851be1a85b0228b481c190bb1b2366cf593d132b (patch)
tree1f9eba928b592c0fbe17021027846f6229fcb452 /sysutils
parent6457ad2d7b0a6b87bc9c53b84cd870d9385a0a24 (diff)
downloadfreebsd-ports-gnome-851be1a85b0228b481c190bb1b2366cf593d132b.tar.gz
freebsd-ports-gnome-851be1a85b0228b481c190bb1b2366cf593d132b.tar.zst
freebsd-ports-gnome-851be1a85b0228b481c190bb1b2366cf593d132b.zip
Use the $SRC_BASE Makevar instead of hard-coding.
Approved by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/biosfont/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile
index d0c94c7b722e..ab240c680347 100644
--- a/sysutils/biosfont/Makefile
+++ b/sysutils/biosfont/Makefile
@@ -27,7 +27,7 @@ MAKE_ENV+= KMODDIR=${KMODDIR}
.include <bsd.port.pre.mk>
-.if !exists(/usr/src/sys/Makefile)
+.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source files
.endif