1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/monitord/Makefile
Dmitry Marakasov cd96eb0886 - Fix fetch
PR:		200521
Submitted by:	admin@lissyara.su
2015-06-02 19:19:16 +00:00

24 lines
533 B
Makefile

# Created by: walt
# $FreeBSD$
PORTNAME= monitord
PORTVERSION= 0.4.1
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://lissyara.su/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Service that restarts other standalone services
USE_RC_SUBR= monitord
post-patch:
@${REINPLACE_CMD} -e 's|syslodg|syslogd|' ${WRKSRC}/${PORTNAME}.8
@${REINPLACE_CMD} -e 's|-pipe||' ${WRKSRC}/Makefile
post-install:
@${INSTALL_DATA} ${WRKSRC}/monitord.conf.sample \
${STAGEDIR}${PREFIX}/etc/monitord.conf.sample
.include <bsd.port.mk>