diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-10-08 01:50:56 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-10-08 01:51:33 +0000 |
commit | 2c806de50645a8bdd84ba3588d8490e9a66145b8 (patch) | |
tree | 91627113b316096a6284cd8d6400d9b203ebd005 /shells | |
parent | 40c8c86d1a8900df0432e9955be81fc7062e9b32 (diff) | |
download | ports-2c806de50645a8bdd84ba3588d8490e9a66145b8.tar.gz ports-2c806de50645a8bdd84ba3588d8490e9a66145b8.zip |
shells/wcd: unbreak after 266130ce71ef by revert
/bin/sh: Syntax error: Unterminated quoted string
Reported by: pkg-fallout
Diffstat (limited to 'shells')
-rw-r--r-- | shells/wcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |