diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 08:34:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 08:34:11 +0000 |
commit | 3e73c145d612215a349e47d15678a395dfcaf052 (patch) | |
tree | 8d2bd185053578817429e15a1dce34b5674fab12 /japanese/xemacs21-sumo-canna | |
parent | 74b19501bc67cdcc25eaa9cf0c51bbd6acb7d954 (diff) | |
download | ports-3e73c145d612215a349e47d15678a395dfcaf052.tar.gz ports-3e73c145d612215a349e47d15678a395dfcaf052.zip |
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Finally `japanese' category has been done.
Notes
Notes:
svn path=/head/; revision=27480
Diffstat (limited to 'japanese/xemacs21-sumo-canna')
-rw-r--r-- | japanese/xemacs21-sumo-canna/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/xemacs21-sumo-canna/Makefile b/japanese/xemacs21-sumo-canna/Makefile index e93b15ef7faa..bce48d7b71e1 100644 --- a/japanese/xemacs21-sumo-canna/Makefile +++ b/japanese/xemacs21-sumo-canna/Makefile @@ -1,5 +1,4 @@ # 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> # @@ -7,8 +6,7 @@ # XEMACS_MAJOR_VER= 21 -LANGPREFIX= ja- -NAMEEXT= -canna +PKGNAMESUFFIX= -canna MASTERDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}-mule-sumo |