diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-08-01 16:50:15 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-08-01 16:50:15 +0000 |
commit | f3770c10f91170936ad9d6bef144bcb6b0137ed6 (patch) | |
tree | 6f89622ebaf27d03bdee9af1952a026e6287e29c /editors/semi | |
parent | 98eba3c9e6ee9014a7dfaf2847bf7347b13dcf51 (diff) | |
download | ports-f3770c10f91170936ad9d6bef144bcb6b0137ed6.tar.gz ports-f3770c10f91170936ad9d6bef144bcb6b0137ed6.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 57633c38da0e..df7a9de62098 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -7,7 +7,7 @@ PORTNAME= semi PORTVERSION= ${SEMI_VER} -PORTREVISION= 12 +PORTREVISION= 13 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} == "emacs23") || (${EMACS_PORT_NAME} == "emacs-devel") +.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${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} == "emacs23") || (${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} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel") PLIST= ${PKGDIR}/pkg-plist.emacs20 .endif # depends on flim |