most recent changes, diff for py-biggles

Index: python/py-biggles/Portfile
--- python/py-biggles/Portfile (revision 27679)
+++ python/py-biggles/Portfile (revision 27680)
@@ -18,7 +18,7 @@
depends_lib lib:libplot.2.2:plotutils port:py-numeric

post-extract {
- # edit setup.py in accordance with INSTALL so that libplot_prefix points to DarwinPorts prefix
+ # edit setup.py in accordance with INSTALL so that libplot_prefix points to MacPorts prefix
system "sed \"s/\\/usr\\/local/[regsub -all {/} $prefix {\/}]/\" ${worksrcpath}/setup.py > ${worksrcpath}/setup.py.tmp"
system "mv ${worksrcpath}/setup.py.tmp ${worksrcpath}/setup.py"
-}
\ No newline at end of file
+}