Modified: trunk/dports/gnustep/gnustep-base/Portfile (32263 => 32264)
--- trunk/dports/gnustep/gnustep-base/Portfile 2007-12-23 11:23:10 UTC (rev 32263)
+++ trunk/dports/gnustep/gnustep-base/Portfile 2007-12-23 12:23:52 UTC (rev 32264)
@@ -70,10 +70,10 @@
platform darwin {
post-destroot {
- cd ${destroot}${prefix}/GNUstep/System
- file rename Tools/defaults Tools/gdefaults
- file rename Library/Documentation/man/man1/defaults.1.gz \
- Library/Documentation/man/man1/gdefaults.1.gz
+ set system_dir ${destroot}${prefix}/GNUstep/System
+ file rename ${system_dir}/Tools/defaults ${system_dir}/Tools/gdefaults
+ file rename ${system_dir}/Library/Documentation/man/man1/defaults.1.gz \
+ ${system_dir}/Library/Documentation/man/man1/gdefaults.1.gz
}
post-install {
ui_msg "