diff options
author | John Marino <marino@FreeBSD.org> | 2015-01-05 13:18:58 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-01-05 13:18:58 +0000 |
commit | bcbae34226a1b7c3e0ad864e0c758ecbedc92400 (patch) | |
tree | 56d81dc1bbc7e3109a4e452a2ac64bc8e2197a4e /net-mgmt/devmon | |
parent | 058ade94e8bfd2d492a28818ad434c5aa4e1d4fa (diff) | |
download | ports-bcbae34226a1b7c3e0ad864e0c758ecbedc92400.tar.gz ports-bcbae34226a1b7c3e0ad864e0c758ecbedc92400.zip |
Notes
Diffstat (limited to 'net-mgmt/devmon')
-rw-r--r-- | net-mgmt/devmon/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/devmon/files/devmon.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/devmon/Makefile b/net-mgmt/devmon/Makefile index 708feb8a525e..25ce6b2b604c 100644 --- a/net-mgmt/devmon/Makefile +++ b/net-mgmt/devmon/Makefile @@ -3,7 +3,7 @@ PORTNAME= devmon DISTVERSION= 0.3.1-beta1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} diff --git a/net-mgmt/devmon/files/devmon.in b/net-mgmt/devmon/files/devmon.in index 78e3dce487ab..7761cdbba623 100644 --- a/net-mgmt/devmon/files/devmon.in +++ b/net-mgmt/devmon/files/devmon.in @@ -19,7 +19,7 @@ load_rc_config ${name} command="%%PREFIX%%/devmon/devmon" command_args="-c ${devmon_config} -d ${devmon_db}" -command_interpreter=/usr/local/bin/perl +command_interpreter="%%PREFIX%%/bin/perl" pidfile=${devmon_pid} start_precmd=devmon_startprecmd |