Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs emacs: EMACS_TYPE=emacs27 depends on edi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d0916b61803
branches:  trunk
changeset: 438154:6d0916b61803
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Sep 06 01:54:14 2020 +0000

description:
emacs: EMACS_TYPE=emacs27 depends on editors/emacs27

diffstat:

 editors/emacs/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1f953e52018c -r 6d0916b61803 editors/emacs/Makefile.common
--- a/editors/emacs/Makefile.common     Sat Sep 05 22:14:44 2020 +0000
+++ b/editors/emacs/Makefile.common     Sun Sep 06 01:54:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2019/06/08 10:40:54 rillig Exp $
+# $NetBSD: Makefile.common,v 1.45 2020/09/06 01:54:14 ryoon Exp $
 #
 # used by editors/emacs/Makefile
 # used by editors/emacs-nox11/Makefile
@@ -38,7 +38,7 @@
 # (Set these to avoid crashing out below.)
 EMACS_PKGDIR=          ../../editors/xemacs
 EMACS_PACKAGE=         xemacs
-.elif ${MY_EMACS_TYPE} == "emacs27"
+.elif ${MY_EMACS_TYPE} == "emacs28"
 EMACS_PKGDIR=          ../../editors/emacs-snapshot
 EMACS_PACKAGE=         ${EMACS_BASE_TYPE}
 .elif !empty(MY_EMACS_TYPE:M*nox)



Home | Main Index | Thread Index | Old Index