aboutsummaryrefslogtreecommitdiff
path: root/sysutils/anacron
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2014-07-11 09:52:59 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2014-07-11 09:52:59 +0000
commit44bbc3e1ddaf774e7e3ef2b27c7c95a25c750abe (patch)
tree70888f236cae5992ad39a1bba5518845cbcc9d0b /sysutils/anacron
parent0b8108d4bfe78bf094759a209b5f052a3da1781e (diff)
downloadports-44bbc3e1ddaf774e7e3ef2b27c7c95a25c750abe.tar.gz
ports-44bbc3e1ddaf774e7e3ef2b27c7c95a25c750abe.zip
Notes
Diffstat (limited to 'sysutils/anacron')
-rw-r--r--sysutils/anacron/Makefile2
-rw-r--r--sysutils/anacron/files/anacron.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/anacron/Makefile b/sysutils/anacron/Makefile
index e54af9256bc1..fc70ea45508a 100644
--- a/sysutils/anacron/Makefile
+++ b/sysutils/anacron/Makefile
@@ -3,7 +3,7 @@
PORTNAME= anacron
PORTVERSION= 2.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= SF
diff --git a/sysutils/anacron/files/anacron.in b/sysutils/anacron/files/anacron.in
index 6e68180bf998..8dc39a53faa3 100644
--- a/sysutils/anacron/files/anacron.in
+++ b/sysutils/anacron/files/anacron.in
@@ -19,5 +19,6 @@ rcvar=anacron_enable
load_rc_config $name
: ${anacron_enable:=NO}
+command="%%PREFIX%%/sbin/anacron"
run_rc_command "$1"