freebsd-ports/sysutils/monitord/Makefile
Emanuel Haupt a8ccfa6ad3 Fix a typo in the man page
PR:		96521
Submitted by:	laa@laa.zp.ua <laa@laa.zp.ua>
Approved by:	W. M. Shandruk <walt@erudition.net> (maintainer)
2006-05-05 21:31:37 +00:00

26 lines
547 B
Makefile

# New ports collection makefile for: monitord
# Date created: 5 June 2000
# Whom: walt
#
# $FreeBSD$
#
PORTNAME= monitord
PORTVERSION= 0.4.1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/
MAINTAINER= walt@erudition.net
COMMENT= Service that restarts other standalone services
MAN8= monitord.8
post-patch:
@${REINPLACE_CMD} -e 's|syslodg|syslogd|' ${WRKSRC}/${MAN8}
post-install:
@${INSTALL_DATA} ${WRKSRC}/monitord.conf.sample \
${PREFIX}/etc/monitord.conf.sample
.include <bsd.port.mk>