mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Fix manpage pointing to correct PREFIX for binary and conf
- Bump PORTREVISION PR: ports/118537 (Based on) Submitted by: Dan Mahoney <danm@prime.gushi.org> Approved by: portmgr (erwin)
This commit is contained in:
parent
3e22aeddbb
commit
07bcc40910
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202944
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= rinetd
|
||||
PORTVERSION= 0.62
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.boutell.com/rinetd/http/
|
||||
DISTNAME= rinetd
|
||||
@ -25,7 +25,9 @@ USE_RC_SUBR= rinetd.sh
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E "s,(/etc/rinetd.conf),${PREFIX}\1," \
|
||||
${WRKSRC}/rinetd.c
|
||||
${WRKSRC}/rinetd.[8c]
|
||||
@${REINPLACE_CMD} -E "s,/usr(/sbin/rinetd),${PREFIX}\1," \
|
||||
${WRKSRC}/rinetd.8
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
Loading…
Reference in New Issue
Block a user