summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-12-17 03:51:24 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-12-17 03:51:24 +0000
commit83854bb939cb44e6cba58a5d230ab6ceabf59ccb (patch)
tree661a6d96a2094cdeadda105f827549ff59786207 /palm
parent- prawn-core is pulled in by the others (diff)
Use the $SRC_BASE Makevar instead of hard-coding.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=266474
Diffstat (limited to 'palm')
-rw-r--r--palm/uppc-kmod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile
index 5521016e4bb9..386df9ff91a6 100644
--- a/palm/uppc-kmod/Makefile
+++ b/palm/uppc-kmod/Makefile
@@ -18,8 +18,8 @@ COMMENT= USB device driver for Windows CE handhelds
MAN4= uppc.4
WRKSRC= ${WRKDIR}/${PORTNAME}
-.if !exists(/usr/src/sys/dev/usb/usb.h)
-IGNORE= Requires kernel source (/usr/src/sys) to build
+.if !exists(${SRC_BASE}/sys/dev/usb/usb.h)
+IGNORE= Requires kernel source (in ${SRC_BASE}) to build
.endif
.include <bsd.port.pre.mk>