Revision: 61030 http://trac.macports.org/changeset/61030 Author: jmr@macports.org Date: 2009-11-30 02:03:01 -0800 (Mon, 30 Nov 2009) Log Message: ----------- ploticus: remove assumption that working directory is worksrcpath (#22727) Modified Paths: -------------- trunk/dports/math/ploticus/Portfile Modified: trunk/dports/math/ploticus/Portfile =================================================================== --- trunk/dports/math/ploticus/Portfile 2009-11-30 07:53:58 UTC (rev 61029) +++ trunk/dports/math/ploticus/Portfile 2009-11-30 10:03:01 UTC (rev 61030) @@ -43,5 +43,5 @@ post-destroot { xinstall -d ${destroot}${prefix}/share/man/man1 - xinstall -m 444 man/man1/pl.1 ${destroot}${prefix}/share/man/man1/ploticus.1 + xinstall -m 444 ${worksrcpath}/man/man1/pl.1 ${destroot}${prefix}/share/man/man1/ploticus.1 }
participants (1)
-
jmr@macports.org