ploticus: remove assumption that working directory is worksrcpath (#22727)
--- 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
}