diff options
author | linimon <linimon@FreeBSD.org> | 2010-12-17 11:51:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-12-17 11:51:24 +0800 |
commit | 6457ad2d7b0a6b87bc9c53b84cd870d9385a0a24 (patch) | |
tree | eeb0f832cb0400b5793afe474dde48adfb9400a2 /palm | |
parent | ab6c4eae1d1036824adffc948aa0a972397831a5 (diff) | |
download | freebsd-ports-graphics-6457ad2d7b0a6b87bc9c53b84cd870d9385a0a24.tar.gz freebsd-ports-graphics-6457ad2d7b0a6b87bc9c53b84cd870d9385a0a24.tar.zst freebsd-ports-graphics-6457ad2d7b0a6b87bc9c53b84cd870d9385a0a24.zip |
Use the $SRC_BASE Makevar instead of hard-coding.
Hat: portmgr
Diffstat (limited to 'palm')
-rw-r--r-- | palm/uppc-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index 5521016e4bb..386df9ff91a 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> |