summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2020-01-19 18:20:45 +0000
committermaya <maya@pkgsrc.org>2020-01-19 18:20:45 +0000
commitf55a198a535004e7a198cd6f7a9c04cb844d6b07 (patch)
tree99ae7f41b959638975b58132b3560beb846a4f45 /www
parent1aee42c9a82645955dc76b6b0054f1f94e9751a9 (diff)
downloadpkgsrc-f55a198a535004e7a198cd6f7a9c04cb844d6b07.tar.gz
Rename EFFECTIVE_MAKE_JOBS -> _MAKE_JOBS_N, suggested by gdt.
I am under the impression we use _THING to mean "defined by the implementation", which would be similar to the C meaning of __ prefix, rather than "private to this file".
Diffstat (limited to 'www')
-rw-r--r--www/geckodriver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/geckodriver/Makefile b/www/geckodriver/Makefile
index ae570128224..9b006841e5d 100644
--- a/www/geckodriver/Makefile
+++ b/www/geckodriver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/01/19 16:52:47 maya Exp $
+# $NetBSD: Makefile,v 1.10 2020/01/19 18:20:46 maya Exp $
DISTNAME= geckodriver-0.24.0
CATEGORIES= www
@@ -170,7 +170,7 @@ post-extract:
cp ${FILESDIR}/Cargo.lock ${WRKSRC}/Cargo.lock
do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release -j${EFFECTIVE_MAKE_JOBS}
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release -j${_MAKE_JOBS_N}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/geckodriver ${DESTDIR}${PREFIX}/bin