[74653] trunk/dports/editors/ecb/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Dec 26 10:34:41 PST 2010


Revision: 74653
          http://trac.macports.org/changeset/74653
Author:   ryandesign at 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}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101226/c150ec3a/attachment.html>


More information about the macports-changes mailing list