aboutsummaryrefslogtreecommitdiff
path: root/devel/ecb
diff options
context:
space:
mode:
authorDryice Dong Liu <dryice@FreeBSD.org>2007-09-10 13:43:59 +0000
committerDryice Dong Liu <dryice@FreeBSD.org>2007-09-10 13:43:59 +0000
commit99a05d810ea6842fcd6412a3a9828507d7430164 (patch)
treeba0d0273b2caee7f112df0ae8ef97ada3a027887 /devel/ecb
parentc51c0f9fc77c8a8016fc476ea631c6edfe7ee690 (diff)
downloadports-99a05d810ea6842fcd6412a3a9828507d7430164.tar.gz
ports-99a05d810ea6842fcd6412a3a9828507d7430164.zip
Notes
Diffstat (limited to 'devel/ecb')
-rw-r--r--devel/ecb/Makefile8
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