summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2003-04-23 09:55:07 +0000
committerGary Jennejohn <gj@FreeBSD.org>2003-04-23 09:55:07 +0000
commit74097edf502fcf45d03c8169343e5b8bece19fff (patch)
tree86c23ae140c71b64f9c850b8cc5038a725d53d2b /editors/xemacs
parentAdd xemacs to the build. (diff)
After a repo copy from xemacs-devel turn this port into xemacs.
Notes
Notes: svn path=/head/; revision=79502
Diffstat (limited to 'editors/xemacs')
-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)