aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-05-06 05:31:37 +0800
committerehaupt <ehaupt@FreeBSD.org>2006-05-06 05:31:37 +0800
commit8f0aac56afb910eab09630b9f678c4461c1d4dc1 (patch)
tree6c301f1720e175ce143053bfe6cd12ae58786ff5 /sysutils
parentd849eba3b70b7ecfe1d95c7e4fea52c73dac2f58 (diff)
downloadfreebsd-ports-gnome-8f0aac56afb910eab09630b9f678c4461c1d4dc1.tar.gz
freebsd-ports-gnome-8f0aac56afb910eab09630b9f678c4461c1d4dc1.tar.zst
freebsd-ports-gnome-8f0aac56afb910eab09630b9f678c4461c1d4dc1.zip
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)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/monitord/Makefile8
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>