Modified: trunk/dports/devel/git-core/Portfile (116804 => 116805)
--- 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]} {