aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/xemacs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 3c9c7ca376a5..89f0a4389a4d 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTNAME= xemacs-devel
+PORTNAME= xemacs
PORTVERSION= ${XEMACS_VER}
CATEGORIES+= editors
MASTER_SITES= ${MASTER_SITE_XEMACS}
@@ -14,8 +14,8 @@ DISTNAME= xemacs-${XEMACS_VER}
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX}
DIST_SUBDIR= xemacs
-MAINTAINER= gj@FreeBSD.org
-COMMENT= This port tracks the development (GAMMA) version of the XEmacs text editor
+MAINTAINER?= gj@FreeBSD.org
+COMMENT?= This port tracks the stable version of the XEmacs text editor
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
.if !defined(WITHOUT_X11)