diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2003-04-23 17:55:07 +0800 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2003-04-23 17:55:07 +0800 |
commit | 74097edf502fcf45d03c8169343e5b8bece19fff (patch) | |
tree | 86c23ae140c71b64f9c850b8cc5038a725d53d2b /editors | |
parent | 20e09c07aabef2742233c171e0b2dc95db1b9ea5 (diff) | |
download | freebsd-ports-gnome-74097edf502fcf45d03c8169343e5b8bece19fff.tar.gz freebsd-ports-gnome-74097edf502fcf45d03c8169343e5b8bece19fff.tar.zst freebsd-ports-gnome-74097edf502fcf45d03c8169343e5b8bece19fff.zip |
After a repo copy from xemacs-devel turn this port into xemacs.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 6 |
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) |