summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2018-07-17 17:14:58 +0000
committertron <tron@pkgsrc.org>2018-07-17 17:14:58 +0000
commit0c21747e5e1811f6e1496178b078941819b73b9a (patch)
tree2f059b07b89092c477e3a983b49b1f2485cb5d47 /editors
parentc8ebc18a9eb365a9d3ffaf53926cc1c030860ba8 (diff)
downloadpkgsrc-0c21747e5e1811f6e1496178b078941819b73b9a.tar.gz
emacs: Fix handling of Emacs version 26.*
Use the package "editors/emacs26" and not "editors/emacs-snapshot" for the new default "emacs26".
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common
index 9d827412846..46badd8a71b 100644
--- a/editors/emacs/Makefile.common
+++ b/editors/emacs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2017/09/29 12:40:27 wiz Exp $
+# $NetBSD: Makefile.common,v 1.43 2018/07/17 17:14:58 tron Exp $
#
# used by editors/emacs/Makefile
# used by editors/emacs-nox11/Makefile
@@ -38,7 +38,7 @@ PKG_FAIL_REASON+= "EMACS_TYPE is xemacs."
# (Set these to avoid crashing out below.)
EMACS_PKGDIR= ../../editors/xemacs
EMACS_PACKAGE= xemacs
-.elif ${MY_EMACS_TYPE} == "emacs26"
+.elif ${MY_EMACS_TYPE} == "emacs27"
EMACS_PKGDIR= ../../editors/emacs-snapshot
EMACS_PACKAGE= ${EMACS_BASE_TYPE}
.elif !empty(MY_EMACS_TYPE:M*nox)