diff options
-rw-r--r-- | net/httping/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index d88c70815baf..4ba803869724 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -50,6 +50,9 @@ MAKE_ENV+= SSL=no MAKE_ENV+= TFO=yes .endif +post-patch-NCURSES-on: + @${REINPLACE_CMD} "s/lncursesw/l${NCURSES_IMPL}/g" ${WRKSRC}/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 |