From 6abdc4246195d598c431248285e76bb7d352e0e5 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sun, 2 Oct 2016 12:38:14 +0000 Subject: Chase GNU Emacs updates, and unbreak INDEX file Submitted by: Yasuhiro KIMURA (private email) --- editors/flim/Makefile | 4 ++-- editors/semi/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'editors') diff --git a/editors/flim/Makefile b/editors/flim/Makefile index 708ef00c20ca..d4b767575167 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -50,12 +50,12 @@ MAKE_ARGS+= PREFIX="${STAGEDIR}${LOCALBASE}" \ .include .if defined(EMACS_PORT_NAME) -.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel") +.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel") DEPPORT_SUFFIX= .else DEPPORT_SUFFIX= -${EMACS_PORT_NAME} .endif -.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel") +.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel") PLIST= ${PKGDIR}/pkg-plist.emacs21 .endif # depends on apel (case of xemacs-21.x or later) diff --git a/editors/semi/Makefile b/editors/semi/Makefile index a2fa1d94265f..02b67a2bdbb9 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -48,12 +48,12 @@ OPTIONS_DEFINE= DOCS .include .if defined(EMACS_PORT_NAME) -.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel") +.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel") DEPPORT_SUFFIX= .else DEPPORT_SUFFIX= -${EMACS_PORT_NAME} .endif -.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel") +.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel") PLIST= ${PKGDIR}/pkg-plist.emacs20 .endif # depends on flim -- cgit