net-mgmt/statsite: Fix path in rc script
Reported by: eugen
This commit is contained in:
parent
e7e57ebb3c
commit
b21175d0ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479293
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= statsite
|
||||
PORTVERSION= 0.8.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= rbarabas@rbarabas.info
|
||||
|
@ -29,7 +29,7 @@ PORTDOCS= README.md
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,python,${PYTHON_CMD},' \
|
||||
-e 's,/usr/libexec,/usr/local/share,' \
|
||||
-e 's,/usr/libexec/statsite,${DATADIR},' \
|
||||
-e '/daemonize/d' \
|
||||
-e '/pid_file/d' \
|
||||
${WRKSRC}/rpm/statsite.conf.example
|
||||
|
|
Loading…
Reference in a new issue