[96740] trunk/dports/python/py-pygments/Portfile
blair at macports.org
blair at macports.org
Fri Aug 17 17:37:35 PDT 2012
Revision: 96740
https://trac.macports.org/changeset/96740
Author: blair at macports.org
Date: 2012-08-17 17:37:34 -0700 (Fri, 17 Aug 2012)
Log Message:
-----------
py-pygments: remove unnecessary code.
Even before r96718 was committed, the deleted code in this commit
isn't necessary as the python-1.0 group handles it.
Revision Links:
--------------
https://trac.macports.org/changeset/96718
Modified Paths:
--------------
trunk/dports/python/py-pygments/Portfile
Modified: trunk/dports/python/py-pygments/Portfile
===================================================================
--- trunk/dports/python/py-pygments/Portfile 2012-08-18 00:30:14 UTC (rev 96739)
+++ trunk/dports/python/py-pygments/Portfile 2012-08-18 00:37:34 UTC (rev 96740)
@@ -33,10 +33,7 @@
depends_lib port:py${python.version}-distribute
post-destroot {
- if {${python.version} >= 26} {
- ln -sf ${python.prefix}/bin/pygmentize \
- ${destroot}${prefix}/bin/pygmentize-${python.branch}
- } else {
+ if {${python.version} < 26} {
move ${destroot}${prefix}/bin/pygmentize \
${destroot}${prefix}/bin/pygmentize-${python.branch}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120817/092ba53b/attachment.html>
More information about the macports-changes
mailing list