logtalk:
* no longer use deprecated `cd` command
* use ${worksrcpath} instead of ${workpath}/${worksrcdir} since they're equivalent
* use ${destroot}${prefix} instead of ${destroot}/${prefix} since ${prefix} already begins with a slash
See #13692
--- trunk/dports/lang/logtalk/Portfile 2007-12-23 11:07:59 UTC (rev 32261)
+++ trunk/dports/lang/logtalk/Portfile 2007-12-23 11:12:24 UTC (rev 32262)
@@ -31,8 +31,7 @@
build {}
destroot {
- cd ${workpath}/${worksrcdir}/scripts
- system "./install.sh ${destroot}/${prefix}"
+ system "cd ${worksrcpath}/scripts && ./install.sh ${destroot}${prefix}"
}
post-pkg {