diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-08-24 22:29:16 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-08-24 22:29:16 +0000 |
commit | 7b84ecf2947d67b312ed6063aa8dd665fdef6853 (patch) | |
tree | 7bb4d0bb532b5d3c10695ee2dc68ab7fad15980a /editors | |
parent | b93113816da27d9b20f9320b8979d56667023289 (diff) | |
download | pkgsrc-7b84ecf2947d67b312ed6063aa8dd665fdef6853.tar.gz |
emacs27-nox: Bump PKGREVISON from JSON support and emacsclient fix
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs27-nox11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs27-nox11/Makefile b/editors/emacs27-nox11/Makefile index 66a8ea5e514..c240243efac 100644 --- a/editors/emacs27-nox11/Makefile +++ b/editors/emacs27-nox11/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2020/08/12 14:17:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/08/24 22:29:16 ryoon Exp $ PKGNAME= ${DISTNAME:S/emacs/emacs27/:S/-/-nox11-/} +PKGREVISION= 1 CONFLICTS+= emacs27-[0-9]* FILESDIR= ${.CURDIR}/../../editors/emacs27/files |