Index: fastcap-wr/Portfile
===================================================================
--- fastcap-wr/Portfile	(revision 41244)
+++ fastcap-wr/Portfile	(working copy)
@@ -26,12 +26,7 @@
 use_configure    no
 
 destroot {
-    xinstall -m 755 ${worksrcpath}/bin/busgen ${destroot}${prefix}/bin
-    xinstall -m 755 ${worksrcpath}/bin/capgen ${destroot}${prefix}/bin
-    xinstall -m 755 ${worksrcpath}/bin/cubegen ${destroot}${prefix}/bin
-    xinstall -m 755 ${worksrcpath}/bin/fastcap ${destroot}${prefix}/bin
-    xinstall -m 755 ${worksrcpath}/bin/pipedgen ${destroot}${prefix}/bin
-    xinstall -m 755 ${worksrcpath}/bin/pyragen ${destroot}${prefix}/bin
+    xinstall -m 755 -W ${worksrcpath}/bin busgen capgen cubegen fastcap pipedgen pyragen ${destroot}${prefix}/bin
     set docdir ${prefix}/share/doc/fastcap-wr
     xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath}/doc ug.ps tcad.ps mtt.ps FastCapsuppl.pdf ${destroot}${docdir}
Index: fasthenry-wr/Portfile
===================================================================
--- fasthenry-wr/Portfile	(revision 41232)
+++ fasthenry-wr/Portfile	(working copy)
@@ -26,8 +26,7 @@
 use_configure    no
 
 destroot {
-    xinstall -m 755 ${worksrcpath}/bin/fasthenry ${destroot}${prefix}/bin
-    xinstall -m 755 ${worksrcpath}/bin/zbuf ${destroot}${prefix}/bin
+    xinstall -m 755 -W ${worksrcpath}/bin fasthenry zbuf ${destroot}${prefix}/bin
     set docdir ${prefix}/share/doc/fasthenry-wr
     xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath}/doc manual_001.ps manual_002.ps manual_003.ps ms_thesis.ps nonuniform_manual_1.ps nonuniform_manual_2.ps README ${destroot}${docdir}
