mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
720f5cb02c
- 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)
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
**********************************************************************
|
|
To use Magit, you should add following line to your .emacs file:
|
|
|
|
(require 'magit)
|
|
|
|
**********************************************************************
|