diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 10:46:23 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 10:46:23 +0000 |
commit | 62bea01c79fc41f9863de65ecb13e1810537d561 (patch) | |
tree | 4488131748b492a9c5e248f2c06be81e72ccacc9 /editors | |
parent | 0524ff582c09814e097cad39e92d4033de1a429f (diff) |
Notes
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} |