Revision: 74653 http://trac.macports.org/changeset/74653 Author: ryandesign@macports.org Date: 2010-12-26 10:34:35 -0800 (Sun, 26 Dec 2010) Log Message: ----------- ecb: no need to eval an xinstall that just makes a single directory Modified Paths: -------------- trunk/dports/editors/ecb/Portfile Modified: trunk/dports/editors/ecb/Portfile =================================================================== --- trunk/dports/editors/ecb/Portfile 2010-12-26 18:19:12 UTC (rev 74652) +++ trunk/dports/editors/ecb/Portfile 2010-12-26 18:34:35 UTC (rev 74653) @@ -35,7 +35,7 @@ build.args CEDET=${lispdir} destroot { - eval xinstall -d ${destroot}${lispdir} + xinstall -d ${destroot}${lispdir} eval xinstall -m 0644 [glob -directory ${worksrcpath} *.el *.elc] \ ${destroot}${lispdir}
participants (1)
-
ryandesign@macports.org