[58570] trunk/dports/mail/mixminion/Portfile

blb at macports.org blb at macports.org
Thu Oct 1 00:11:51 PDT 2009


Revision: 58570
          http://trac.macports.org/changeset/58570
Author:   blb at macports.org
Date:     2009-10-01 00:11:48 -0700 (Thu, 01 Oct 2009)
Log Message:
-----------
mail/mixminion - move to python 2.6

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

Modified: trunk/dports/mail/mixminion/Portfile
===================================================================
--- trunk/dports/mail/mixminion/Portfile	2009-10-01 07:04:43 UTC (rev 58569)
+++ trunk/dports/mail/mixminion/Portfile	2009-10-01 07:11:48 UTC (rev 58570)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python24 1.0
+PortGroup           python26 1.0
 name                mixminion
 version             0.0.7.1
 categories          mail
@@ -19,3 +19,15 @@
 
 checksums           md5 a7ee96a22dd6246760556fa959a37380
 
+post-destroot {
+   foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
+      ln -s ${python.prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile}
+   }
+   foreach mannum {1 5 8} {
+      foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man${mannum} *] {
+         ln -s ${python.prefix}/share/man/man${mannum}/${manfile} \
+            ${destroot}${prefix}/share/man/man${mannum}/${manfile}
+      }
+   }
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091001/67a00e7f/attachment.html>


More information about the macports-changes mailing list