git: 3129e5427e1c - 2021Q4 - shells/wcd: unbreak after 266130ce71ef by revert

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 08 Oct 2021 01:53:11 UTC
The branch 2021Q4 has been updated by jbeich:

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

commit 3129e5427e1c871027784e22204e5071393b5887
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-10-08 01:50:56 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-10-08 01:53:03 +0000

    shells/wcd: unbreak after 266130ce71ef by revert
    
    /bin/sh: Syntax error: Unterminated quoted string
    
    Reported by:    pkg-fallout
    
    (cherry picked from commit 2c806de50645a8bdd84ba3588d8490e9a66145b8)
---
 shells/wcd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shells/wcd/Makefile b/shells/wcd/Makefile
index 7bd9c1a42ac0..ecd4d1721f71 100644
--- a/shells/wcd/Makefile
+++ b/shells/wcd/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/doc/copying.txt
 
 USES=		gmake ncurses
 MAKE_ARGS=	EXT= PREFIX=${PREFIX} docsubdir=${PORTNAME} \
-		mandir=${PREFIX}/man LIB_CURSES="${NCURSESILBS}
+		mandir=${PREFIX}/man LIB_CURSES=-l${NCURSES_IMPL}
 CFLAGS+=	-I${NCURSESINC}
 
 OPTIONS_DEFINE=	DOCS NLS