aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-07-08 13:36:01 +0000
committerCy Schubert <cy@FreeBSD.org>2021-07-08 13:36:01 +0000
commit335863b5afa6fa1758287e4758455da6e0265fb5 (patch)
tree42eb4d3ed2e6d3a88fd155b611b065d5327f47d8
parentddeeb7217924d00eeececee7749934c3d0b3e65c (diff)
downloadports-335863b5afa6fa1758287e4758455da6e0265fb5.tar.gz
ports-335863b5afa6fa1758287e4758455da6e0265fb5.zip
sysutils/cfengine: Point to correct binary locations
The cf-execd, cf-monitord, and cf-serverd binaries have been moved to ${LOCALBASE}/bin. Fix this. Reported by: Tommy Scheunemann <net _ arrishq.net>
-rw-r--r--sysutils/cfengine-devel/Makefile1
-rw-r--r--sysutils/cfengine-devel/files/cf-execd.in2
-rw-r--r--sysutils/cfengine-devel/files/cf-monitord.in2
-rw-r--r--sysutils/cfengine-devel/files/cf-serverd.in2
4 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile
index 6821aabf656b..5009cc940fe1 100644
--- a/sysutils/cfengine-devel/Makefile
+++ b/sysutils/cfengine-devel/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cfengine
PORTVERSION= 3.${CFENGINE_COMMIT_DATE}
+PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
CFENGINE_HASH= ab2255f34
diff --git a/sysutils/cfengine-devel/files/cf-execd.in b/sysutils/cfengine-devel/files/cf-execd.in
index ace1288a92ef..b40d3507649a 100644
--- a/sysutils/cfengine-devel/files/cf-execd.in
+++ b/sysutils/cfengine-devel/files/cf-execd.in
@@ -17,7 +17,7 @@
name="cf_execd"
rcvar=cf_execd_enable
-command="%%PREFIX%%/sbin/cf-execd"
+command="%%PREFIX%%/bin/cf-execd"
load_rc_config $name
diff --git a/sysutils/cfengine-devel/files/cf-monitord.in b/sysutils/cfengine-devel/files/cf-monitord.in
index efa6aaa6e495..dd21a0aaed6d 100644
--- a/sysutils/cfengine-devel/files/cf-monitord.in
+++ b/sysutils/cfengine-devel/files/cf-monitord.in
@@ -17,7 +17,7 @@
name="cf_monitord"
rcvar=cf_monitord_enable
-command="%%PREFIX%%/sbin/cf-monitord"
+command="%%PREFIX%%/bin/cf-monitord"
load_rc_config $name
diff --git a/sysutils/cfengine-devel/files/cf-serverd.in b/sysutils/cfengine-devel/files/cf-serverd.in
index a53b091ffbf9..938274887353 100644
--- a/sysutils/cfengine-devel/files/cf-serverd.in
+++ b/sysutils/cfengine-devel/files/cf-serverd.in
@@ -17,7 +17,7 @@
name="cf_serverd"
rcvar=cf_serverd_enable
-command="%%PREFIX%%/sbin/cf-serverd"
+command="%%PREFIX%%/bin/cf-serverd"
load_rc_config $name