aboutsummaryrefslogtreecommitdiff
path: root/devel/xtla
diff options
context:
space:
mode:
authorDryice Dong Liu <dryice@FreeBSD.org>2008-01-15 03:55:43 +0000
committerDryice Dong Liu <dryice@FreeBSD.org>2008-01-15 03:55:43 +0000
commitb698de5e4cae51c7ad23d2ae706b55bf2be31d3c (patch)
treec67aa2f04e0a0c66e0adb9a3955fd4a5e88ec02b /devel/xtla
parent6abaf56dfeee957dd7a54100c60bd17d15c4d6d3 (diff)
downloadports-b698de5e4cae51c7ad23d2ae706b55bf2be31d3c.tar.gz
ports-b698de5e4cae51c7ad23d2ae706b55bf2be31d3c.zip
- use Emacs 22 by default
- update my mail address
Notes
Notes: svn path=/head/; revision=205678
Diffstat (limited to 'devel/xtla')
-rw-r--r--devel/xtla/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/xtla/Makefile b/devel/xtla/Makefile
index fc4db87c906d..615615dbe561 100644
--- a/devel/xtla/Makefile
+++ b/devel/xtla/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://download.gna.org/xtla-el/ \
http://dryice.name/computer/FreeBSD/distfiles/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-MAINTAINER= dryice@dryice.name
+MAINTAINER= dryice@FreeBSD.org
COMMENT= An Emacs front-end to tla
BUILD_DEPENDS+= tla:${PORTSDIR}/devel/tla \
@@ -22,9 +22,9 @@ BUILD_DEPENDS+= tla:${PORTSDIR}/devel/tla \
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_EMACS= yes
-EMACS_PORT_NAME?= emacs21
+EMACS_PORT_NAME?= emacs22
-.if ${EMACS_PORT_NAME} != "emacs21"
+.if ${EMACS_PORT_NAME} != "emacs22"
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
.endif