From 7389d6c24163329e322f1da76dc6f78f1e5f028a Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 15 Sep 2017 05:51:43 +0000 Subject: [PATCH] Update LICENSE - Add LICENSE_FILE - Pet portlint: move DISTVERSIONPREFIX downward PR: 222295 Submitted by: Yasuhiro KIMURA (maintainer) --- editors/with-editor/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index ef928f2a197a..6bba9bb345eb 100644 --- a/editors/with-editor/Makefile +++ b/editors/with-editor/Makefile @@ -3,15 +3,16 @@ PORTNAME= with-editor PORTVERSION= 2.6.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= editors elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= yasu@utahime.org -COMMENT= Use the Emacsclient as the $EDITOR of child processes +COMMENT= Use the Emacsclient as the $$EDITOR of child processes -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= magit