aboutsummaryrefslogtreecommitdiff
path: root/sysutils/graid5
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-12-12 00:34:41 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-12-12 00:34:41 +0000
commit012a9eb5e9ec52f7c27b7839196c769ca797738a (patch)
treee008cc5da644ab336be7beeebecfdb85972d254a /sysutils/graid5
parent86f96943f617aa7616ce4853ffebca77b973cea3 (diff)
downloadports-012a9eb5e9ec52f7c27b7839196c769ca797738a.tar.gz
ports-012a9eb5e9ec52f7c27b7839196c769ca797738a.zip
Restore usage of SRC_BASE lost in r1.5.
Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=287219
Diffstat (limited to 'sysutils/graid5')
-rw-r--r--sysutils/graid5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/graid5/Makefile b/sysutils/graid5/Makefile
index 32365ab34e6b..86baf4dace16 100644
--- a/sysutils/graid5/Makefile
+++ b/sysutils/graid5/Makefile
@@ -27,9 +27,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