summaryrefslogtreecommitdiffstats
path: root/editors/flim
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2006-07-10 02:42:53 +0000
committernobutaka <nobutaka@FreeBSD.org>2006-07-10 02:42:53 +0000
commit0fe74f95b1b8771098fc69b03498c7d697a1b027 (patch)
tree199291729762f337c66ef216592f2f7c7a4c7dbb /editors/flim
parente5871db68df9a125a7e8b126781a484897890194 (diff)
downloadFreeBSD-ports-0fe74f95b1b8771098fc69b03498c7d697a1b027.zip
FreeBSD-ports-0fe74f95b1b8771098fc69b03498c7d697a1b027.tar.gz
Make DEPPORT_SUFFIX empty when EMACS_PORT_NAME = emacs22 since editors/apel-emacs22
and editors/flim-emacs22 does not exist.
Diffstat (limited to 'editors/flim')
-rw-r--r--editors/flim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index 33a9270..40767fa 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}
OpenPOWER on IntegriCloud