aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-12-22 23:14:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-12-22 23:14:43 +0000
commit2acba4d607c44be9f0556a41ba55943653dd0af2 (patch)
tree677aebb17193d4f06bcc9b2c1955d9220d7d7a9c /net-mgmt/smokeping
parent731b9eed8e0b00ab339d114e2806e63e103f5883 (diff)
downloadports-2acba4d607c44be9f0556a41ba55943653dd0af2.tar.gz
ports-2acba4d607c44be9f0556a41ba55943653dd0af2.zip
Fix build on unicode env
Removed uesless @exec and prefer setting owner directly on the directory itself
Notes
Notes: svn path=/head/; revision=429201
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r--net-mgmt/smokeping/Makefile1
-rw-r--r--net-mgmt/smokeping/pkg-plist6
2 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index 93eaa21b8df4..2423d0322da7 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -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
diff --git a/net-mgmt/smokeping/pkg-plist b/net-mgmt/smokeping/pkg-plist
index a866923be060..67690a51a1dd 100644
--- a/net-mgmt/smokeping/pkg-plist
+++ b/net-mgmt/smokeping/pkg-plist
@@ -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