diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-12-20 20:19:24 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-12-20 20:19:24 +0000 |
commit | 3cb246682f28b75689c85870b686a29b45b6b32f (patch) | |
tree | 25fea46b8099aeac2b4f386af51ec828fed0777f /editors/semi | |
parent | 282b2097dada0fc35c2badb14110a379a54177b7 (diff) | |
download | ports-3cb246682f28b75689c85870b686a29b45b6b32f.tar.gz ports-3cb246682f28b75689c85870b686a29b45b6b32f.zip |
Notes
Diffstat (limited to 'editors/semi')
-rw-r--r-- | editors/semi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 2e645a637102..2bb470593f70 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -7,7 +7,7 @@ PORTNAME= semi PORTVERSION= ${SEMI_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors elisp MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/semi/semi-1.14-for-flim-1.14/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -45,12 +45,12 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \ .include <bsd.port.pre.mk> .if defined(EMACS_PORT_NAME) -.if (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs-devel") +.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs-devel") DEPPORT_SUFFIX= .else DEPPORT_SUFFIX= -${EMACS_PORT_NAME} .endif -.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs-devel") +.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs-devel") PLIST= ${PKGDIR}/pkg-plist.emacs20 .endif # depends on flim |