diff options
Diffstat (limited to 'devel/magit/Makefile')
-rw-r--r-- | devel/magit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/magit/Makefile b/devel/magit/Makefile index 2a197301f319..645a951033a4 100644 --- a/devel/magit/Makefile +++ b/devel/magit/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.10.3 CATEGORIES= devel elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= kuriyama@FreeBSD.org +MAINTAINER= yasu@utahime.org COMMENT= Interface to Git for Emacs LICENSE= GPLv3 @@ -16,10 +16,9 @@ BUILD_DEPENDS= dash.el>=2.12.1:devel/dash.el \ RUN_DEPENDS= dash.el>=2.12.1:devel/dash.el \ with-editor-${EMACS_PORT_NAME}>=2.5.0:editors/with-editor -USE_GITHUB= yes - USES= gmake makeinfo USE_EMACS= yes +USE_GITHUB= yes INFO= magit magit-popup PORTDOCS= AUTHORS.md NO_ARCH= yes |