[55187] trunk/dports/mail/dspam/Portfile

snc at macports.org snc at macports.org
Fri Aug 7 04:52:38 PDT 2009


Revision: 55187
          http://trac.macports.org/changeset/55187
Author:   snc at macports.org
Date:     2009-08-07 04:52:38 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
remove hardcoded /opt/local, fix some lint.
 * dspams site has moved, this needs updated!

Modified Paths:
--------------
    trunk/dports/mail/dspam/Portfile

Modified: trunk/dports/mail/dspam/Portfile
===================================================================
--- trunk/dports/mail/dspam/Portfile	2009-08-07 11:44:03 UTC (rev 55186)
+++ trunk/dports/mail/dspam/Portfile	2009-08-07 11:52:38 UTC (rev 55187)
@@ -1,6 +1,8 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
+
 name            dspam
 version         3.8.0
 categories      mail net
@@ -20,7 +22,7 @@
 
 configure.args  --sysconfdir='${prefix}/etc' \
                 --mandir='${prefix}/share/man' \
-                --with-logdir=/opt/local/var/log/dspam \
+                --with-logdir=${prefix}/var/log/dspam \
                 --enable-daemon
 
 destroot.keepdirs       ${destroot}${prefix}/var/log/dspam
@@ -50,7 +52,7 @@
                 depends_lib     port:postgresql80
                 configure.args-append --with-storage-driver=pgsql_drv \
                                       --with-pgsql-includes=${prefix}/include/pgsql8 \
-                                      --with-pgsql-libraries=${prefix}/lib/pgsql8 
+                                      --with-pgsql-libraries=${prefix}/lib/pgsql8
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/66f99a8e/attachment-0001.html>


More information about the macports-changes mailing list