diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-07 16:17:07 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-07 16:17:07 +0000 |
commit | e00f1aa0d252c988b0799e48aef563ce7d6cb969 (patch) | |
tree | 2e31319096281c0b49170b290780cd44510a38b7 /japanese | |
parent | 45f70d0346eb33104662dd6e628917730f07d747 (diff) | |
download | ports-e00f1aa0d252c988b0799e48aef563ce7d6cb969.tar.gz ports-e00f1aa0d252c988b0799e48aef563ce7d6cb969.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xemacs21-canna+freewnn/Makefile | 4 | ||||
-rw-r--r-- | japanese/xemacs21-canna+wnn6/Makefile | 4 | ||||
-rw-r--r-- | japanese/xemacs21-canna/Makefile | 4 | ||||
-rw-r--r-- | japanese/xemacs21-freewnn/Makefile | 4 | ||||
-rw-r--r-- | japanese/xemacs21-wnn6/Makefile | 4 |
5 files changed, 5 insertions, 15 deletions
diff --git a/japanese/xemacs21-canna+freewnn/Makefile b/japanese/xemacs21-canna+freewnn/Makefile index 3cabe43f2d03..279526496edf 100644 --- a/japanese/xemacs21-canna+freewnn/Makefile +++ b/japanese/xemacs21-canna+freewnn/Makefile @@ -6,9 +6,7 @@ # $FreeBSD$ # -.include <bsd.port.pre.mk> - -XEMACS_MAJOR_VER= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-canna+wnn4$!!} +XEMACS_MAJOR_VER= 21 CANNA= yes WNN4= yes diff --git a/japanese/xemacs21-canna+wnn6/Makefile b/japanese/xemacs21-canna+wnn6/Makefile index cc7027675231..a51ea92a52da 100644 --- a/japanese/xemacs21-canna+wnn6/Makefile +++ b/japanese/xemacs21-canna+wnn6/Makefile @@ -6,9 +6,7 @@ # $FreeBSD$ # -.include <bsd.port.pre.mk> - -XEMACS_MAJOR_VER= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-canna+wnn6$!!} +XEMACS_MAJOR_VER= 21 CANNA= yes WNN6= yes diff --git a/japanese/xemacs21-canna/Makefile b/japanese/xemacs21-canna/Makefile index bfc513b30ff4..0592ebb33d38 100644 --- a/japanese/xemacs21-canna/Makefile +++ b/japanese/xemacs21-canna/Makefile @@ -28,9 +28,7 @@ MANLANG= ja MAN1= xemacs-ja.1 DESCR= ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/pkg/DESCR -.include <bsd.port.pre.mk> - -XEMACS_MAJOR_VER?= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-canna$!!} +XEMACS_MAJOR_VER?= 21 LANGPREFIX= ja- DESCR_TMPL= ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/files/DESCR.tmpl .if defined(CANNA) && defined(WNN4) diff --git a/japanese/xemacs21-freewnn/Makefile b/japanese/xemacs21-freewnn/Makefile index 521e3f8181d8..ef93bf6c876e 100644 --- a/japanese/xemacs21-freewnn/Makefile +++ b/japanese/xemacs21-freewnn/Makefile @@ -6,9 +6,7 @@ # $FreeBSD$ # -.include <bsd.port.pre.mk> - -XEMACS_MAJOR_VER= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-wnn4$!!} +XEMACS_MAJOR_VER= 21 WNN4= yes .include "${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/Makefile" diff --git a/japanese/xemacs21-wnn6/Makefile b/japanese/xemacs21-wnn6/Makefile index 49be02f9ca19..fc34580a579a 100644 --- a/japanese/xemacs21-wnn6/Makefile +++ b/japanese/xemacs21-wnn6/Makefile @@ -6,9 +6,7 @@ # $FreeBSD$ # -.include <bsd.port.pre.mk> - -XEMACS_MAJOR_VER= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-wnn6$!!} +XEMACS_MAJOR_VER= 21 WNN6= yes .include "${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/Makefile" |