diff options
author | gj <gj@FreeBSD.org> | 2003-04-23 17:55:07 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2003-04-23 17:55:07 +0800 |
commit | 675bd3e66da2fb24af7966622e52f960bb866c8e (patch) | |
tree | 9bfb3727a3bcd0b1b9de486ec23f8cf381d0bc1c /editors/xemacs/Makefile | |
parent | 86b731dbb1246fb034eeae4ed1e8bc65df48665f (diff) | |
download | freebsd-ports-gnome-675bd3e66da2fb24af7966622e52f960bb866c8e.tar.gz freebsd-ports-gnome-675bd3e66da2fb24af7966622e52f960bb866c8e.tar.zst freebsd-ports-gnome-675bd3e66da2fb24af7966622e52f960bb866c8e.zip |
After a repo copy from xemacs-devel turn this port into xemacs.
Diffstat (limited to 'editors/xemacs/Makefile')
-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) |