diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-07-10 02:42:53 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-07-10 02:42:53 +0000 |
commit | 0fe74f95b1b8771098fc69b03498c7d697a1b027 (patch) | |
tree | 199291729762f337c66ef216592f2f7c7a4c7dbb /editors/flim | |
parent | e5871db68df9a125a7e8b126781a484897890194 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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} |