svn commit: r559895 - head/x11-wm/river

Jan Beich jbeich at FreeBSD.org
Sat Jan 2 00:11:27 UTC 2021


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


More information about the svn-ports-all mailing list