git: f8be2c80ad1b - main - x11-wm/river: unbreak with non-empty WITH_DEBUG

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 05 Jan 2022 06:57:29 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f8be2c80ad1b62e7f79e7bb37007fc5819e72d2e

commit f8be2c80ad1b62e7f79e7bb37007fc5819e72d2e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-05 06:40:23 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-05 06:57:17 +0000

    x11-wm/river: unbreak with non-empty WITH_DEBUG
    
    Cannot run step 'yes' because it does not exist
---
 x11-wm/river/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile
index b21009a028b0..c6a97fdbb29f 100644
--- a/x11-wm/river/Makefile
+++ b/x11-wm/river/Makefile
@@ -29,7 +29,7 @@ GH_TUPLE=	ifreund:zig-pixman:d381567:zig_pixman/deps/zig-pixman \
 		swaywm:zig-wlroots:417c103:zig_wlroots/deps/zig-wlroots
 MAKE_ENV=	DESTDIR="${STAGEDIR}"
 CONFIGURE_ARGS=	--prefix "${PREFIX}" \
-		${WITH_DEBUG:U-Drelease-fast=true} \
+		${WITH_DEBUG:D:U-Drelease-fast} \
 		--verbose
 NO_INSTALL=	yes # strip(1) breaks runtime
 PLIST_FILES=	bin/${PORTNAME} \