[60305] trunk/dports/mail/fetchmail/Portfile

pmq at macports.org pmq at macports.org
Sun Nov 8 13:35:04 PST 2009


Revision: 60305
          http://trac.macports.org/changeset/60305
Author:   pmq at macports.org
Date:     2009-11-08 13:35:00 -0800 (Sun, 08 Nov 2009)
Log Message:
-----------
Fixes a problem with the Python fetchmailconf files being installed in /Library/Python.
Need to fix later the path to these files when +fetchmailconf is selected.

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

Modified: trunk/dports/mail/fetchmail/Portfile
===================================================================
--- trunk/dports/mail/fetchmail/Portfile	2009-11-08 21:28:59 UTC (rev 60304)
+++ trunk/dports/mail/fetchmail/Portfile	2009-11-08 21:35:00 UTC (rev 60305)
@@ -44,7 +44,7 @@
 		--without-ssl --with-kerberos5 --with-gssapi
 post-destroot {
     if { ! [variant_isset fetchmailconf] } {
-        system "find ${destroot}${prefix} -type f -iname '*fetchmailconf*' -delete"
+        system "find ${destroot} -type f -iname '*fetchmailconf*' -delete"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091108/5e1f67ac/attachment.html>


More information about the macports-changes mailing list