[66952] trunk/dports/devel/cscope/Portfile
mww at macports.org
mww at macports.org
Mon Apr 26 13:33:36 PDT 2010
Revision: 66952
http://trac.macports.org/changeset/66952
Author: mww at macports.org
Date: 2010-04-26 13:33:34 -0700 (Mon, 26 Apr 2010)
Log Message:
-----------
install xscope for emacs; increase revision; #24639
Modified Paths:
--------------
trunk/dports/devel/cscope/Portfile
Modified: trunk/dports/devel/cscope/Portfile
===================================================================
--- trunk/dports/devel/cscope/Portfile 2010-04-26 20:07:18 UTC (rev 66951)
+++ trunk/dports/devel/cscope/Portfile 2010-04-26 20:33:34 UTC (rev 66952)
@@ -4,6 +4,7 @@
name cscope
version 15.7a
+revision 1
categories devel
platforms darwin freebsd
maintainers mww
@@ -31,4 +32,9 @@
post-destroot {
system "strip ${destroot}${prefix}/bin/cscope"
+
+ # Install Emacs xcscope package
+ xinstall -d ${destroot}${prefix}/share/emacs/site-lisp
+ xinstall -m 644 ${worksrcpath}/contrib/xcscope/xcscope.el \
+ ${destroot}${prefix}/share/emacs/site-lisp/
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100426/4776d267/attachment.html>
More information about the macports-changes
mailing list