From 06849d303e4557ca85b2bf8a60fb4532b1da489e Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 15 Sep 2017 05:51:43 +0000 Subject: 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(-) (limited to 'editors') diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index ef928f2a197..6bba9bb345e 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 -- cgit