diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-15 13:51:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-15 13:51:43 +0800 |
commit | 06849d303e4557ca85b2bf8a60fb4532b1da489e (patch) | |
tree | 4406c2ed2d7c54f8c8719ae02b9214977999de5c /editors/with-editor/Makefile | |
parent | 4324d99b9f7bf445f8d40a411c3224e5ccaa9ba8 (diff) | |
download | freebsd-ports-gnome-06849d303e4557ca85b2bf8a60fb4532b1da489e.tar.gz freebsd-ports-gnome-06849d303e4557ca85b2bf8a60fb4532b1da489e.tar.zst freebsd-ports-gnome-06849d303e4557ca85b2bf8a60fb4532b1da489e.zip |
Update LICENSE
- Add LICENSE_FILE
- Pet portlint: move DISTVERSIONPREFIX downward
PR: 222295
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Diffstat (limited to 'editors/with-editor/Makefile')
-rw-r--r-- | editors/with-editor/Makefile | 7 |
1 files 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 |