summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>2017-01-01 02:06:46 +0000
committertron <tron>2017-01-01 02:06:46 +0000
commitab2f0ad07ed6bf1d5d4946388f9b88f92f0b80b6 (patch)
tree2ece3fb6b3ceb2d114c40e5339b1703b3c8de0fe /editors
parent0b260a0b68e8485c803737d197c68dbaa8885240 (diff)
downloadpkgsrc-ab2f0ad07ed6bf1d5d4946388f9b88f92f0b80b6.tar.gz
Use the package "editors/emacs25" and not "editors/emacs-snapshot" for
the new default "emacs25".
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 4aefc20f140..c02b4b297b3 100644
--- a/editors/emacs/Makefile.common
+++ b/editors/emacs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2013/02/23 23:36:49 dholland Exp $
+# $NetBSD: Makefile.common,v 1.41 2017/01/01 02:06:46 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} == "emacs25"
+.elif ${MY_EMACS_TYPE} == "emacs26"
EMACS_PKGDIR= ../../editors/emacs-snapshot
EMACS_PACKAGE= ${EMACS_BASE_TYPE}
.elif !empty(MY_EMACS_TYPE:M*nox)