diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 14:50:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 14:50:45 +0800 |
commit | 4906125af71924237310272d3b95f805be9968c1 (patch) | |
tree | 2ddf69ca39ea0ffb54f29e9ab29e725ec0960df9 /editors/xemacs21-sumo | |
parent | 44886df10e45400e32d3df9c7bb4ad0b717a9693 (diff) | |
download | freebsd-ports-gnome-4906125af71924237310272d3b95f805be9968c1.tar.gz freebsd-ports-gnome-4906125af71924237310272d3b95f805be9968c1.tar.zst freebsd-ports-gnome-4906125af71924237310272d3b95f805be9968c1.zip |
Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.
- LANGPREFIX -> PKGNAMEPREFIX
- PKGNAMEEXT -> PKGNAMESUFFIX
Now ready to cooperate with `japanese/xemacs*'.
Diffstat (limited to 'editors/xemacs21-sumo')
-rw-r--r-- | editors/xemacs21-sumo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/xemacs21-sumo/Makefile b/editors/xemacs21-sumo/Makefile index 0e8e8732cff1..4faebfdf62d6 100644 --- a/editors/xemacs21-sumo/Makefile +++ b/editors/xemacs21-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 |