Revision: 116805 https://trac.macports.org/changeset/116805 Author: ciserlohn@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]} {
participants (1)
-
ciserlohn@macports.org