Revision: 79935 http://trac.macports.org/changeset/79935 Author: stromnov@macports.org Date: 2011-06-29 13:32:40 -0700 (Wed, 29 Jun 2011) Log Message: ----------- py27-sympy: fix manpage name Modified Paths: -------------- trunk/dports/python/py27-sympy/Portfile Modified: trunk/dports/python/py27-sympy/Portfile =================================================================== --- trunk/dports/python/py27-sympy/Portfile 2011-06-29 20:27:39 UTC (rev 79934) +++ trunk/dports/python/py27-sympy/Portfile 2011-06-29 20:32:40 UTC (rev 79935) @@ -28,7 +28,7 @@ post-destroot { ln -s ${python.prefix}/share/man/man1/isympy.1 \ - ${destroot}${prefix}/share/man/man1/isympy${python.branch}.1 + ${destroot}${prefix}/share/man/man1/isympy-${python.branch}.1 } livecheck.regex "sympy-(\\d+(?:\\.\\d+)*)${extract.suffix}"