diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/flim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile index 84e2ce1b3de1..785572df4ebf 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -44,7 +44,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \ .include <bsd.port.pre.mk> .if defined(EMACS_PORT_NAME) -.if ${EMACS_PORT_NAME} == "emacs21" || (${EMACS_PORT_NAME} == "emacs22") +.if (${EMACS_PORT_NAME} == "emacs22") DEPPORT_SUFFIX= .else DEPPORT_SUFFIX= -${EMACS_PORT_NAME} |