summaryrefslogtreecommitdiff
path: root/editors/xemacs21
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-13 06:50:45 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-13 06:50:45 +0000
commit3b9ce2e8640db87f226fb264e2db39898cb364a5 (patch)
treef519a6633635d91f7762c0e3f49fa26f3ad9d8d0 /editors/xemacs21
parentOops, missed an extra PKGNAME hiding down there. (diff)
Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.
- LANGPREFIX -> PKGNAMEPREFIX - PKGNAMEEXT -> PKGNAMESUFFIX Now ready to cooperate with `japanese/xemacs*'.
Notes
Notes: svn path=/head/; revision=27474
Diffstat (limited to 'editors/xemacs21')
-rw-r--r--editors/xemacs21/Makefile5
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}/ \