most recent changes, diff for argus-monitor

Index: net/argus-monitor/Portfile
--- net/argus-monitor/Portfile (revision 27442)
+++ net/argus-monitor/Portfile (revision 27443)
@@ -14,7 +14,6 @@
distfiles argus-${version}.tgz
worksrcdir argus-${version}

-
depends_lib port:perl5.8 \
port:postfix \
port:openssl \
@@ -46,7 +45,7 @@
# Set the --data_dir configure argument and give me a pointer to it for later reference.
set argus_data_dir ${prefix}/var/argus-monitor

-# Set the Argus' htdocs directory.
+# Set the Argus htdocs directory.
set argus_htdocs ${prefix}/share/${name}/htdocs

configure.args --bin_dir=${prefix}/bin \
@@ -83,8 +82,7 @@
${destroot}${argus_data_dir}/perl \
${destroot}${argus_data_dir}/stats \
${destroot}${argus_data_dir}/html \
- ${destroot}${argus_data_dir}/notify \
- ${destroot}${argus_data_dir}/auth
+ ${destroot}${argus_data_dir}/notify
}

post-install {
@@ -97,7 +95,7 @@

-Add a directive for the Argus data directory

- ScriptAlias /argus \"${argus_htdocs}/cgi-bin/argus.cgi\"
+ ScriptAlias /argus \"${argus_htdocs}/cgi-bin/arguscgi\"

Allow from all
Options ExecCGI