most recent changes, diff for angst

Index: net/angst/Portfile
--- net/angst/Portfile (revision 32825)
+++ net/angst/Portfile (revision 32826)
@@ -13,7 +13,6 @@
master_sites sourceforge
checksums md5 21643cd776bf478c6fbe4ddabb826be8
depends_lib lib:libnet:libnet
-configure { cd ${worksrcpath}
- reinplace "s|/usr/local|${prefix}|g" Makefile
- reinplace "s|${prefix}/sbin|${destroot}${prefix}/sbin|g" Makefile
- reinplace "s|${prefix}/share/man|${destroot}${prefix}/share/man|g" Makefile }
+configure { reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile
+ reinplace "s|${prefix}/sbin|${destroot}${prefix}/sbin|g" ${worksrcpath}/Makefile
+ reinplace "s|${prefix}/share/man|${destroot}${prefix}/share/man|g" ${worksrcpath}/Makefile }