1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/sysutils/monitord/Makefile
Gleb Popov ac0196bd10 sysutils/monitord: Remove erroneous patch hunk.
It is sizeof(array) that was intended here.

Reported by:	Peter TKATCHENKO <peter@flytrace.com>
2021-07-17 22:15:39 +03:00

22 lines
442 B
Makefile

# Created by: walt
PORTNAME= monitord
PORTVERSION= 0.4.1
PORTREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= http://lissyara.su/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Service that restarts other standalone services
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USE_RC_SUBR= monitord
post-install:
${INSTALL_DATA} ${WRKSRC}/monitord.conf.sample \
${STAGEDIR}${PREFIX}/etc/monitord.conf.sample
.include <bsd.port.mk>