freebsd-ports/devel/magit/pkg-message
Kurt Jaeger 720f5cb02c devel/magit: stagify, fix build and many details
- 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)
2014-05-05 07:19:50 +00:00

6 lines
226 B
Text

**********************************************************************
To use Magit, you should add following line to your .emacs file:
(require 'magit)
**********************************************************************