florian 44b6d98735 Update to burp-2.2 which can listen on IPv4 and IPv6 sockets.
The server configuration changed so keep 2.1.x around for now.
review & problem with PLIST pointed out by bcallah
hand holding, fixes & OK sthen
2018-12-01 09:13:08 +00:00

10 lines
234 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/12/01 09:13:08 florian Exp $
VERSION = 2.2.12
post-extract:
sed -i 's,"/usr/sbin/%s","${TRUEPREFIX}/sbin/%s",' \
${WRKSRC}/src/client/monitor/status_client_ncurses.c
.include <bsd.port.mk>