most recent changes, diff for fetch
Index: net/fetch/Portfile
--- net/fetch/Portfile (revision 30461)
+++ net/fetch/Portfile (revision 30462)
@@ -20,9 +20,9 @@
build.type bsd
build.args CFLAGS+=-I${prefix}/include LDFLAGS+=-L${prefix}/lib
-destroot { cd ${workpath}/${worksrcdir}
- xinstall -m 755 fetch ${destroot}${prefix}/bin
- xinstall -m 644 -c fetch.1 ${destroot}${prefix}/share/man/man1 }
+destroot {
+ xinstall -m 755 ${workpath}/${worksrcdir}/fetch ${destroot}${prefix}/bin
+ xinstall -m 644 -c ${workpath}/${worksrcdir}/fetch.1 ${destroot}${prefix}/share/man/man1 }
platform darwin {
patchfiles patch-Makefile patch-fetch.c