svn commit: r521807 - head/net/httping

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 2 09:01:37 UTC 2020


Author: bapt
Date: Thu Jan  2 09:01:36 2020
New Revision: 521807
URL: https://svnweb.freebsd.org/changeset/ports/521807

Log:
  Allow building without ncursesw installed

Modified:
  head/net/httping/Makefile

Modified: head/net/httping/Makefile
==============================================================================
--- head/net/httping/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
+++ head/net/httping/Makefile	Thu Jan  2 09:01:36 2020	(r521807)
@@ -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


More information about the svn-ports-all mailing list