aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs21-mule-sumo
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-mule-sumo
parent26723a9c570b267d21c0d4893f5ad27eaf42c936 (diff)
Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.
- LANGPREFIX -> PKGNAMEPREFIX - PKGNAMEEXT -> PKGNAMESUFFIX Now ready to cooperate with `japanese/xemacs*'.
Diffstat (limited to 'editors/xemacs21-mule-sumo')
-rw-r--r--editors/xemacs21-mule-sumo/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/xemacs21-mule-sumo/Makefile b/editors/xemacs21-mule-sumo/Makefile
index 0e8e8732cff1..4faebfdf62d6 100644
--- a/editors/xemacs21-mule-sumo/Makefile
+++ b/editors/xemacs21-mule-sumo/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: Meta port of XEmacs mule with sumo package
-# Version required: 21.1
# Date created: 19 August 1999
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xemacs-${NAMEPREFIX}sumo${NAMEEXT}-${XEMACS_REL}
-PKGNAME= ${LANGPREFIX}${DISTNAME}
+PORTNAME= xemacs-${NAMEPREFIX}sumo
+PORTVERSION= ${XEMACS_REL}
CATEGORIES= editors
MASTER_SITES= # empty
DISTFILES= # empty
@@ -26,7 +25,7 @@ XEMACS_REL= 21.1
XEMACS_VER= 21.1.8
XEMACS_ARCH= ${MACHINE_ARCH}--freebsd
-.if defined(LANGPREFIX) && (${LANGPREFIX} == "ja-")
+.if defined(PKGNAMEPREFIX) && (${PKGNAMEPREFIX} == "ja-")
RUN_DEP_LIST= ${PREFIX}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/japanese/xemacs${XEMACS_MAJOR_VER}${NAMEEXT}
.else
RUN_DEP_LIST= ${PREFIX}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/editors/xemacs${XEMACS_MAJOR_VER}-mule