- change elisp directory into ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/magit - stop installing 50magit.el and add pkg-message to show how to setup instead - update WWW URL in pkg-descr - add 'Created by' header in Makefile - set PKGNAMESUFFIX - add license information - add runtime dependency to devel/git - bump PORTREVISION PR: ports/182284 Submitted by: Yasuhiro KIMURA Approved by: kuriyama (maintainer timeout), culot (mentor)
6 lines
226 B
Text
6 lines
226 B
Text
**********************************************************************
|
|
To use Magit, you should add following line to your .emacs file:
|
|
|
|
(require 'magit)
|
|
|
|
**********************************************************************
|