diff options
-rw-r--r-- | devel/ecb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ecb/Makefile b/devel/ecb/Makefile index 1993fa727260..f09a31f0a436 100644 --- a/devel/ecb/Makefile +++ b/devel/ecb/Makefile @@ -7,20 +7,20 @@ PORTNAME= ecb PORTVERSION= 2.32 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= ecb PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= dryice@dryice.name +MAINTAINER= dryice@FreeBSD.org COMMENT= Emacs Code Browser USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 +EMACS_PORT_NAME?= emacs22 -.if ${EMACS_PORT_NAME} != "emacs21" +.if ${EMACS_PORT_NAME} != "emacs22" PORTNAMESUFFIX= ${PKGNAMESUFFIX} .endif |