mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Fix build on unicode env
Removed uesless @exec and prefer setting owner directly on the directory itself
This commit is contained in:
parent
731b9eed8e
commit
2acba4d607
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429201
@ -41,6 +41,7 @@ CONFIGURE_ARGS+= \
|
||||
--with-htdocs-dir=${PREFIX}/smokeping/htdocs \
|
||||
--libdir=${PREFIX}/smokeping/lib
|
||||
HTDOCSDIR= ${PREFIX}/smokeping/htdocs
|
||||
MAKE_ENV= LC_ALL=C
|
||||
|
||||
USE_RC_SUBR= smokeping
|
||||
|
||||
|
@ -161,8 +161,6 @@ man/man7/smokeping_extend.7.gz
|
||||
man/man7/smokeping_install.7.gz
|
||||
man/man7/smokeping_master_slave.7.gz
|
||||
man/man7/smokeping_upgrade.7.gz
|
||||
@dir smokeping/htdocs/img
|
||||
@dir var/smokeping
|
||||
@dir(www,www,) smokeping/htdocs/img
|
||||
@dir(smokeping,smokeping,) var/smokeping
|
||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%
|
||||
@exec mkdir -p %D/smokeping/htdocs/img; chown www:www %D/smokeping/htdocs/img
|
||||
@exec mkdir -p %D/var/smokeping; chown smokeping:smokeping %D/var/smokeping
|
||||
|
Loading…
x
Reference in New Issue
Block a user