aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/send
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2012-09-25 17:46:28 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2012-09-25 17:46:28 +0000
commitf2602ac655032bc1e979a379d614d9236a8ba76d (patch)
tree3a6e950a9e50ae17fd50a2a275290a85e62c6bb8 /net-mgmt/send
parent2afd4bbf6993da87c6f398eae2a1c8379c2d9453 (diff)
downloadports-f2602ac655032bc1e979a379d614d9236a8ba76d.tar.gz
ports-f2602ac655032bc1e979a379d614d9236a8ba76d.zip
- Fix patch after r289156
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=304848
Diffstat (limited to 'net-mgmt/send')
-rw-r--r--net-mgmt/send/files/patch-sendd-os-sendd10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/send/files/patch-sendd-os-sendd b/net-mgmt/send/files/patch-sendd-os-sendd
index bf8a8a6920fe..13b55ad6896a 100644
--- a/net-mgmt/send/files/patch-sendd-os-sendd
+++ b/net-mgmt/send/files/patch-sendd-os-sendd
@@ -1,11 +1,13 @@
---- sendd/os/sendd.orig 2010-08-28 17:58:04.000000000 +0900
-+++ sendd/os/sendd 2010-12-20 15:10:58.000000000 +0900
-@@ -37,8 +37,8 @@
+--- sendd/os/sendd.orig 2010-08-28 10:58:04.000000000 +0200
++++ sendd/os/sendd 2012-09-25 19:35:27.000000000 +0200
+@@ -36,9 +36,9 @@
+ . /etc/rc.subr
name="sendd"
- rcvar=sendd_enable
+-rcvar=`set_rcvar`
-command="/usr/local/sbin/${name}"
-required_files="/usr/local/etc/${name}.conf"
++rcvar=sendd_enable
+command="%%PREFIX%%/sbin/${name}"
+required_files="%%PREFIX%%/etc/${name}/${name}.conf"