diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 10:47:25 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 10:47:25 +0000 |
commit | 6be666f4a4a57a3052f18b49aaab5c0be30c52ed (patch) | |
tree | 7c3f5eaee4a5234c50fd4d397c7b3b78b1e4f791 /editors/semi | |
parent | 62bea01c79fc41f9863de65ecb13e1810537d561 (diff) |
Notes
Diffstat (limited to 'editors/semi')
-rw-r--r-- | editors/semi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 4b103776e0b7..013cdbef3a0e 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -45,7 +45,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} |