aboutsummaryrefslogtreecommitdiff
path: root/multimedia/pwcbsd
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-12-17 03:54:54 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-12-17 03:54:54 +0000
commitf261d2ae740fa49960e729aabba6db50cfa3af15 (patch)
treebed3cdb96bf77aee304c49bc3cf75a31faca6423 /multimedia/pwcbsd
parent83854bb939cb44e6cba58a5d230ab6ceabf59ccb (diff)
downloadports-f261d2ae740fa49960e729aabba6db50cfa3af15.tar.gz
ports-f261d2ae740fa49960e729aabba6db50cfa3af15.zip
Use the $SRC_BASE Makevar instead of hard-coding.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=266475
Diffstat (limited to 'multimedia/pwcbsd')
-rw-r--r--multimedia/pwcbsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile
index e92e103e78b3..62de5970dda3 100644
--- a/multimedia/pwcbsd/Makefile
+++ b/multimedia/pwcbsd/Makefile
@@ -41,7 +41,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.kld \
${FILESDIR}/extra-patch-pwc.h
.endif
-.if !exists(/usr/src/sys/Makefile)
+.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source files
.endif