most recent changes, diff for cm3
Index: lang/cm3/Portfile
--- lang/cm3/Portfile (revision 32255)
+++ lang/cm3/Portfile (revision 32256)
@@ -76,20 +76,20 @@
destroot {
# create a link to cm3 (m3 compiler) in ${prefix}/cm3/bin
- system "cd ${destroot}/${prefix}/cm3/bin/ && ln -s ../pkg/cm3/PPC_DARWIN/cm3"
+ system "cd ${destroot}${prefix}/cm3/bin/ && ln -s ../pkg/cm3/PPC_DARWIN/cm3"
# copy bootstrap configuration file to destroot
file copy -force \
- ${filespath}/${os.platform}-cm3.cfg ${destroot}/${prefix}/cm3/bin/cm3.cfg
+ ${filespath}/${os.platform}-cm3.cfg ${destroot}${prefix}/cm3/bin/cm3.cfg
# update file paths to reflect final installation paths
reinplace \
s|@INSTALL_ROOT@|\"${prefix}/cm3\"|g \
- ${destroot}/${prefix}/cm3/bin/cm3.cfg
+ ${destroot}${prefix}/cm3/bin/cm3.cfg
reinplace \
s|@USE_ROOT@|\"${prefix}/cm3\"|g \
- ${destroot}/${prefix}/cm3/bin/cm3.cfg
+ ${destroot}${prefix}/cm3/bin/cm3.cfg
reinplace \
s|@PREFIX@|\"${prefix}/cm3\"|g \
- ${destroot}/${prefix}/cm3/bin/cm3.cfg
+ ${destroot}${prefix}/cm3/bin/cm3.cfg
}