most recent changes, diff for detach

Index: sysutils/detach/Portfile
--- sysutils/detach/Portfile (revision 30793)
+++ sysutils/detach/Portfile (revision 30794)
@@ -13,7 +13,6 @@
(In the style of most common daemon processes...)
master_sites ftp://ftp.ntnu.no/pub/unix/utils/
checksums md5 843c6ff1590a56c1733c958a86cd8a93
-pre-configure { cd ${worksrcpath}
- reinplace "s|/usr/local|${destroot}${prefix}|g" Makefile
- reinplace "s|(INSTALLPREFIX)/man|(INSTALLPREFIX)/share/man|g" Makefile }
+pre-configure { reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Makefile
+ reinplace "s|(INSTALLPREFIX)/man|(INSTALLPREFIX)/share/man|g" ${worksrcpath}/Makefile }
configure {}