1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

www/grafana2: followup last commit; fix variable typo in r431923

PR:		215808
This commit is contained in:
Jason Unovitch 2017-01-20 02:47:53 +00:00
parent 97a687b517
commit 6ee6994361
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431928
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= grafana
PORTVERSION= 2.6.0
DISTVERSIONPREFIX= v
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://files.bartelmess.io/public/:static_assets
PKGNAMESUFFIX= 2

View File

@ -41,7 +41,7 @@ grafana_precmd()
chown ${grafana2_user}:${grafana2_group} %%GRAFANADATADIR%%
chown ${grafana2_user}:${grafana2_group} %%GRAFANALOGDIR%%
chown ${grafana2_user}:${grafana2_group} %%GRAFANAHOMEDIR%%data/log/
install -d -o ${grafana3_user} %%GRAFANAPIDDIR%%
install -d -o ${grafana2_user} %%GRAFANAPIDDIR%%
install -o ${grafana2_user} /dev/null ${pidfile}
}