From c695c1a1ceb3632c97a158a4715b414fee8d77b2 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 1 Jan 2017 02:06:46 +0000 Subject: Use the package "editors/emacs25" and not "editors/emacs-snapshot" for the new default "emacs25". --- editors/emacs/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/emacs') 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) -- cgit v1.2.3