summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authortron <tron>2017-01-01 02:06:46 +0000
committertron <tron>2017-01-01 02:06:46 +0000
commitc695c1a1ceb3632c97a158a4715b414fee8d77b2 (patch)
tree2ece3fb6b3ceb2d114c40e5339b1703b3c8de0fe /editors/emacs
parent2769457e96b1495607b093fc3bc04507ebcac496 (diff)
downloadpkgsrc-c695c1a1ceb3632c97a158a4715b414fee8d77b2.tar.gz
Use the package "editors/emacs25" and not "editors/emacs-snapshot" for
the new default "emacs25".
Diffstat (limited to 'editors/emacs')
-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)