Revision: 68452 http://trac.macports.org/changeset/68452 Author: dports@macports.org Date: 2010-06-03 13:45:46 -0700 (Thu, 03 Jun 2010) Log Message: ----------- org-mode: don't rename info file; no longer necessary after r68451. See also #24236. Revision Links: -------------- http://trac.macports.org/changeset/68451 Modified Paths: -------------- trunk/dports/editors/org-mode/Portfile Modified: trunk/dports/editors/org-mode/Portfile =================================================================== --- trunk/dports/editors/org-mode/Portfile 2010-06-03 20:43:42 UTC (rev 68451) +++ trunk/dports/editors/org-mode/Portfile 2010-06-03 20:45:46 UTC (rev 68452) @@ -5,6 +5,7 @@ name org-mode version 6.36c +revision 1 categories editors maintainers dports platforms darwin @@ -32,9 +33,6 @@ destroot.destdir prefix=${destroot}${prefix} destroot.target install-lisp install-info -# rename info file to avoid conflict with the one installed by emacs port -post-destroot { move ${destroot}${prefix}/share/info/org \ - ${destroot}${prefix}/share/info/org.${version} } livecheck.type regex livecheck.url ${homepage}
participants (1)
-
dports@macports.org