aboutsummaryrefslogtreecommitdiff
path: root/net/httping
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-01-02 09:01:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-01-02 09:01:36 +0000
commit41ec9e145524cfeea93f34aea89e87eadd863dff (patch)
tree98e0dcc71381e22e07778d5928d4b8ffeb273446 /net/httping
parent44145a3fe92c838ff7210bed3df127df43339a4e (diff)
downloadports-41ec9e145524cfeea93f34aea89e87eadd863dff.tar.gz
ports-41ec9e145524cfeea93f34aea89e87eadd863dff.zip
Allow building without ncursesw installed
Notes
Notes: svn path=/head/; revision=521807
Diffstat (limited to 'net/httping')
-rw-r--r--net/httping/Makefile3
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