diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-12-12 00:34:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-12-12 00:34:41 +0000 |
commit | 012a9eb5e9ec52f7c27b7839196c769ca797738a (patch) | |
tree | e008cc5da644ab336be7beeebecfdb85972d254a /sysutils/graid5 | |
parent | 86f96943f617aa7616ce4853ffebca77b973cea3 (diff) | |
download | freebsd-ports-012a9eb5e9ec52f7c27b7839196c769ca797738a.zip |
Restore usage of SRC_BASE lost in r1.5.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'sysutils/graid5')
-rw-r--r-- | sysutils/graid5/Makefile | 4 |
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 |