mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
9 lines
181 B
Makefile
9 lines
181 B
Makefile
VERSION = 2.2.18
|
|
REVISION = 3
|
|
|
|
post-extract:
|
|
sed -i 's,"/usr/sbin/%s","${TRUEPREFIX}/sbin/%s",' \
|
|
${WRKSRC}/src/client/monitor/status_client_ncurses.c
|
|
|
|
.include <bsd.port.mk>
|