[63163] trunk/dports/mail/dovecot/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 27 18:06:03 PST 2010


Revision: 63163
          http://trac.macports.org/changeset/63163
Author:   ryandesign at macports.org
Date:     2010-01-27 18:06:02 -0800 (Wed, 27 Jan 2010)
Log Message:
-----------
dovecot: remove unnecessary quotes around some flags

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

Modified: trunk/dports/mail/dovecot/Portfile
===================================================================
--- trunk/dports/mail/dovecot/Portfile	2010-01-28 01:58:47 UTC (rev 63162)
+++ trunk/dports/mail/dovecot/Portfile	2010-01-28 02:06:02 UTC (rev 63163)
@@ -33,7 +33,7 @@
                     --with-ioloop=kqueue \
                     --with-ssl=openssl --with-ssl-dir=${prefix}/etc/ssl
 
-configure.cppflags  "-I${prefix}/include/openssl"
+configure.cppflags  -I${prefix}/include/openssl
 
 post-destroot   {
     # Create the dovecot user and group
@@ -45,8 +45,8 @@
 variant postgres {
     depends_lib-append  port:postgresql80
     configure.args-append       --with-pgsql
-    configure.ldflags-append    "-L${prefix}/lib/pgsql8"
-    configure.cppflags-append   "-I${prefix}/include/pgsql8"
+    configure.ldflags-append    -L${prefix}/lib/pgsql8
+    configure.cppflags-append   -I${prefix}/include/pgsql8
 }
 
 variant rawlog  {   configure.args-append   --with-rawlog   }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100127/a6034be6/attachment.html>


More information about the macports-changes mailing list