summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/flim/Makefile2
-rw-r--r--editors/semi/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index 33a92700c2dc..40767fa5ceb6 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -46,7 +46,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \
.include <bsd.port.pre.mk>
.if defined(EMACS_PORT_NAME)
-.if ${EMACS_PORT_NAME} == "emacs21"
+.if ${EMACS_PORT_NAME} == "emacs21" || (${EMACS_PORT_NAME} == "emacs22")
DEPPORT_SUFFIX=
.else
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
diff --git a/editors/semi/Makefile b/editors/semi/Makefile
index 105bcb21db36..1ca0725e917d 100644
--- a/editors/semi/Makefile
+++ b/editors/semi/Makefile
@@ -47,7 +47,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \
.include <bsd.port.pre.mk>
.if defined(EMACS_PORT_NAME)
-.if ${EMACS_PORT_NAME} == "emacs21"
+.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22")
DEPPORT_SUFFIX=
.else
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}