mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
fdf1e857b1
commit
a8ccfa6ad3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161446
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue