diff options
Diffstat (limited to 'editors/xemacs21/Makefile')
-rw-r--r-- | editors/xemacs21/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 2e899fbe35e4..eae405159686 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: X-Emacs -# Version required: 21.1 # Date created: 24 Apr 1999 # Whom: Michael Elbel (me@FreeBSD.org) # # $FreeBSD$ # -DISTNAME= xemacs-${XEMACS_VER} -PKGNAME= ${LANGPREFIX}xemacs${PKGNAMEEXT}-21.1.9 +PORTNAME= xemacs +PORTVERSION= ${XEMACS_VER} CATEGORIES?= editors MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \ |