Date: Sat, 2 Jan 2021 00:11:27 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559895 - head/x11-wm/river Message-ID: <202101020011.1020BReI025522@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Jan 2 00:11:26 2021 New Revision: 559895 URL: https://svnweb.freebsd.org/changeset/ports/559895 Log: x11-wm/river: switch to DESTDIR http://github.com/ziglang/zig/commit/77c2ac3fcd27 Modified: head/x11-wm/river/Makefile (contents, props changed) Modified: head/x11-wm/river/Makefile ============================================================================== --- head/x11-wm/river/Makefile Sat Jan 2 00:11:21 2021 (r559894) +++ head/x11-wm/river/Makefile Sat Jan 2 00:11:26 2021 (r559895) @@ -27,7 +27,8 @@ GH_TUPLE= ifreund:zig-pixman:7847fd1:zig_pixman/deps/z ifreund:zig-wayland:d693b37:zig_wayland/deps/zig-wayland \ ifreund:zig-xkbcommon:9e4d41f:zig_xkbcommon/deps/zig-xkbcommon \ swaywm:zig-wlroots:10ddf02:zig_wlroots/deps/zig-wlroots -CONFIGURE_ARGS= --prefix "${STAGEDIR}${PREFIX}" \ +MAKE_ENV= DESTDIR="${STAGEDIR}" +CONFIGURE_ARGS= --prefix "${PREFIX}" \ ${WITH_DEBUG:U-Drelease-fast=true} \ --verbose NO_INSTALL= yes # strip(1) breaks runtime
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101020011.1020BReI025522>