most recent changes, diff for gdsreader
Index: graphics/gdsreader/Portfile
--- graphics/gdsreader/Portfile (revision 32856)
+++ graphics/gdsreader/Portfile (revision 32857)
@@ -30,11 +30,10 @@
test.post_args -p test.ps -H test.hpgl > test.stdout
destroot {
- cd ${worksrcpath}
xinstall -d -m 0755 ${destroot}${prefix}/bin
- xinstall -m 0755 gdsreader ${destroot}${prefix}/bin
+ xinstall -m 0755 -W ${worksrcpath} gdsreader ${destroot}${prefix}/bin
xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
- xinstall -m 0644 ChangeLog README layers.config test.gds \
+ xinstall -m 0644 -W ${worksrcpath} ChangeLog README layers.config test.gds \
${destroot}${prefix}/share/doc/${name}
}