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

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 21 10:01:34 PDT 2007


Revision: 30146
          http://trac.macosforge.org/projects/macports/changeset/30146
Author:   nox at macports.org
Date:     2007-10-21 10:01:33 -0700 (Sun, 21 Oct 2007)

Log Message:
-----------
ecb: Added info-help and ecb-images directories installation.

Modified Paths:
--------------
    trunk/dports/editors/ecb/Portfile

Modified: trunk/dports/editors/ecb/Portfile
===================================================================
--- trunk/dports/editors/ecb/Portfile	2007-10-21 15:39:06 UTC (rev 30145)
+++ trunk/dports/editors/ecb/Portfile	2007-10-21 17:01:33 UTC (rev 30146)
@@ -4,6 +4,7 @@
 
 name            ecb
 version         2.32
+revision        1
 categories      editors
 platforms       darwin
 maintainers     nox
@@ -31,9 +32,13 @@
 
 destroot {
     set lispdir ${prefix}/share/emacs/site-lisp
-    xinstall -d ${destroot}${lispdir}
+    eval xinstall -d ${destroot}${lispdir}
     eval xinstall -m 0644 [glob -directory ${worksrcpath} *.el *.elc] \
         ${destroot}${lispdir}
+
+    foreach {dir} {ecb-images info-help} {
+        copy ${worksrcpath}/${dir} ${destroot}${lispdir}
+    }
 }
 
-universal_variant   no
\ No newline at end of file
+universal_variant   no

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071021/29f060f9/attachment.html


More information about the macports-changes mailing list