pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/cliqz
Module Name: pkgsrc
Committed By: joerg
Date: Mon Sep 14 18:19:38 UTC 2020
Modified Files:
pkgsrc/www/cliqz: Makefile
Log Message:
Honor resource limits.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/cliqz/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/cliqz/Makefile
diff -u pkgsrc/www/cliqz/Makefile:1.47 pkgsrc/www/cliqz/Makefile:1.48
--- pkgsrc/www/cliqz/Makefile:1.47 Mon Aug 31 18:12:32 2020
+++ pkgsrc/www/cliqz/Makefile Mon Sep 14 18:19:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2020/08/31 18:12:32 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2020/09/14 18:19:38 joerg Exp $
DISTNAME= cliqz-1.38.0
PKGREVISION= 3
@@ -156,7 +156,7 @@ post-patch:
done;
do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./magic_build_and_package.sh
+ ${RUN}cd ${WRKSRC} && ${_ULIMIT_CMD} ${SETENV} ${MAKE_ENV} ./magic_build_and_package.sh
INSTALLATION_DIRS+= share/applications share/pixmaps bin lib/cliqz
do-install:
Home |
Main Index |
Thread Index |
Old Index