1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/sysutils/monitord/Makefile
Martin Wilke f11642b77c - Fix exits with wrong error code
- Bump PORTREVISION

PR:		162581
Submitted by:	Ivan Voras <ivoras@gmail.com>
Feature safe:	yes
2011-11-24 15:16:45 +00:00

30 lines
651 B
Makefile

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