summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2011-08-21 11:00:38 +0000
committerRene Ladan <rene@FreeBSD.org>2011-08-21 11:00:38 +0000
commitbe19bbaab59200bd21b927ff1087a1189d157023 (patch)
tree8ba47e08d62884937d463e94fefbe1355952f0be /www
parent- Update to 0.08 (diff)
Do not hardcode the patch directory as "files", use ${FILESDIR} instead.
Submitted by: jsa
Notes
Notes: svn path=/head/; revision=280117
Diffstat (limited to 'www')
-rw-r--r--www/chromium/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 15945c7cc02b..e13e4a066fb0 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -85,9 +85,9 @@ MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
.endif
.if ${OSVERSION} < 801000
-EXTRA_PATCHES+= files/extra-patch-base__base.gypi-stub
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-base__base.gypi-stub
.else
-EXTRA_PATCHES+= files/extra-patch-base__base.gypi-freebsd
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-base__base.gypi-freebsd
.endif
.if defined(WITH_CODECS)