1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
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

7 lines
226 B
Plaintext

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