Revision
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

Diff

Modified: trunk/dports/python/py27-sympy/Portfile (79934 => 79935)


--- 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}"