most recent changes, diff for nawk

Index: lang/nawk/Portfile
--- lang/nawk/Portfile (revision 30666)
+++ lang/nawk/Portfile (revision 30667)
@@ -29,6 +29,6 @@
build.args CFLAGS="-DHAS_ISBLANK"

destroot {
- xinstall ${worksrcpath}/a.out ${destroot}${prefix}/bin/awk
+ xinstall ${worksrcpath}/a.out ${destroot}${prefix}/bin/nawk
xinstall ${worksrcpath}/awk.1 ${destroot}${prefix}/share/man/man1
}