Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 01:53:11 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 3129e5427e1c - 2021Q4 - shells/wcd: unbreak after 266130ce71ef by revert
Message-ID:  <202110080153.1981rBDq063982@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110080153.1981rBDq063982>