[125221] trunk/dports/mail/mixminion/Portfile
jmr at macports.org
jmr at macports.org
Wed Sep 10 10:12:14 PDT 2014
Revision: 125221
https://trac.macports.org/changeset/125221
Author: jmr at macports.org
Date: 2014-09-10 10:12:14 -0700 (Wed, 10 Sep 2014)
Log Message:
-----------
mixminion: use unified python portgroup
Modified Paths:
--------------
trunk/dports/mail/mixminion/Portfile
Modified: trunk/dports/mail/mixminion/Portfile
===================================================================
--- trunk/dports/mail/mixminion/Portfile 2014-09-10 17:07:15 UTC (rev 125220)
+++ trunk/dports/mail/mixminion/Portfile 2014-09-10 17:12:14 UTC (rev 125221)
@@ -1,7 +1,8 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python 1.0
+
name mixminion
version 0.0.7.1
categories mail
@@ -20,6 +21,8 @@
checksums md5 a7ee96a22dd6246760556fa959a37380
+python.default_version 26
+
post-destroot {
foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
ln -s ${python.prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile}
@@ -31,4 +34,3 @@
}
}
}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140910/480de3f7/attachment.html>
More information about the macports-changes
mailing list