most recent changes, diff for py-ebay

Index: python/py-ebay/Portfile
--- python/py-ebay/Portfile (revision 30957)
+++ python/py-ebay/Portfile (revision 30958)
@@ -26,9 +26,8 @@
file rename ${workpath}/${distname} ${workpath}/eBay
file copy ${filespath}/setup.py ${workpath}
file copy ${filespath}/__init__.py ${workpath}/eBay
- cd ${workpath}
- reinplace "s|__VERSION__|${version}|g" eBay/__init__.py setup.py
- reinplace "s|__DOC__|${description}|g" eBay/__init__.py
+ reinplace "s|__VERSION__|${version}|g" ${workpath}/eBay/__init__.py ${workpath}/setup.py
+ reinplace "s|__DOC__|${description}|g" ${workpath}/eBay/__init__.py
}

post-destroot {