[116805] trunk/dports/devel/git-core/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Fri Feb 7 12:36:56 PST 2014


Revision: 116805
          https://trac.macports.org/changeset/116805
Author:   ciserlohn at macports.org
Date:     2014-02-07 12:36:56 -0800 (Fri, 07 Feb 2014)
Log Message:
-----------
git-core: install emacs .el files (closes #42219)

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2014-02-07 20:34:46 UTC (rev 116804)
+++ trunk/dports/devel/git-core/Portfile	2014-02-07 20:36:56 UTC (rev 116805)
@@ -125,6 +125,10 @@
     file delete -force ${share_path}/contrib
     copy ${worksrcpath}/contrib ${share_path}
 
+    xinstall -m 755 -d ${destroot}${prefix}/share/emacs/site-lisp/
+    eval xinstall -m 644 [glob ${worksrcpath}/contrib/emacs/*.el] \
+        ${destroot}${prefix}/share/emacs/site-lisp/
+
 }
 
 if {![variant_isset python26] && ![variant_isset python27]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140207/3bbadc33/attachment.html>


More information about the macports-changes mailing list