diff options
Diffstat (limited to 'sysutils/monitord')
-rw-r--r-- | sysutils/monitord/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/monitord/Makefile b/sysutils/monitord/Makefile index 02a0dea49306..b56e68657b9a 100644 --- a/sysutils/monitord/Makefile +++ b/sysutils/monitord/Makefile @@ -7,7 +7,7 @@ PORTNAME= monitord PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/ @@ -16,7 +16,11 @@ 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 + @${INSTALL_DATA} ${WRKSRC}/monitord.conf.sample \ + ${PREFIX}/etc/monitord.conf.sample .include <bsd.port.mk> |