[64819] trunk/dports/python/py26-pygments/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 15 22:14:37 PDT 2010


Revision: 64819
          http://trac.macports.org/changeset/64819
Author:   ryandesign at macports.org
Date:     2010-03-15 22:14:35 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
py26-pygments: fix hardcoded /opt/local

Modified Paths:
--------------
    trunk/dports/python/py26-pygments/Portfile

Modified: trunk/dports/python/py26-pygments/Portfile
===================================================================
--- trunk/dports/python/py26-pygments/Portfile	2010-03-16 04:54:32 UTC (rev 64818)
+++ trunk/dports/python/py26-pygments/Portfile	2010-03-16 05:14:35 UTC (rev 64819)
@@ -5,6 +5,7 @@
 
 name                py26-pygments
 version             1.3.1
+revision            1
 license             BSD
 categories-append   devel
 maintainers         openmaintainer erickt
@@ -29,7 +30,7 @@
 
 post-destroot {
     ln -sf ${python.prefix}/bin/pygmentize \
-        ${destroot}/opt/local/bin/pygmentize-${python.branch}
+        ${destroot}${prefix}/bin/pygmentize-${python.branch}
 
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/6a42b928/attachment.html>


More information about the macports-changes mailing list