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
10 lines
234 B
Makefile
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>
|