aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiriyama Kazuhiko <kiri@FreeBSD.org>2003-05-09 06:53:18 +0000
committerKiriyama Kazuhiko <kiri@FreeBSD.org>2003-05-09 06:53:18 +0000
commit9e99c9bf4e23d562093156db84f57de1032ae075 (patch)
treebc31b18227dd202fb5f96de61eccc417b6da7970
parent7b0f55cc1476a020248a23f46092f3162f18e221 (diff)
downloadports-9e99c9bf4e23d562093156db84f57de1032ae075.tar.gz
ports-9e99c9bf4e23d562093156db84f57de1032ae075.zip
Notes
-rw-r--r--japanese/xemacs21-canna+wnn6/Makefile12
-rw-r--r--japanese/xemacs21-freewnn/Makefile10
2 files changed, 14 insertions, 8 deletions
diff --git a/japanese/xemacs21-canna+wnn6/Makefile b/japanese/xemacs21-canna+wnn6/Makefile
index bd9953538aac..becd96b2ac47 100644
--- a/japanese/xemacs21-canna+wnn6/Makefile
+++ b/japanese/xemacs21-canna+wnn6/Makefile
@@ -5,8 +5,12 @@
# $FreeBSD$
#
-XEMACS_MAJOR_VER= 21
-CANNA= yes
-WNN6= yes
+CATEGORIES= japanese
-.include "${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/Makefile"
+MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule
+COMMENT= XEmacs(gamma version) text editor, with SJ3, SKK, Canna and Wnn6 support
+
+CANNA= yes
+WNN6= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/japanese/xemacs21-freewnn/Makefile b/japanese/xemacs21-freewnn/Makefile
index e731223ce13c..8063c0d5def0 100644
--- a/japanese/xemacs21-freewnn/Makefile
+++ b/japanese/xemacs21-freewnn/Makefile
@@ -5,9 +5,11 @@
# $FreeBSD$
#
-COMMENT= XEmacs(version ${XEMACS_MAJOR_VER}) text editor, with SJ3, SKK and FreeWnn support
+CATEGORIES= japanese
-XEMACS_MAJOR_VER= 21
-FREEWNN= yes
+MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule
+COMMENT= XEmacs(gamma version) text editor, with SJ3, SKK and FreeWnn support
-.include "${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/Makefile"
+FREEWNN= yes
+
+.include "${MASTERDIR}/Makefile"