summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-11-11 08:02:56 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-11-11 08:02:56 +0000
commitee928cbd728364a4a33cfee0b8e5f4ce5b771f63 (patch)
treed8931431b427b6d9675c9257afed76ca566c7419 /japanese
parentmake it fetchable again (diff)
- fix option use messages
- portlint PR: ports/45206 Submitted by: maintainer Pointed out by: Takashi Kobayashi <kobayasi@res.kutc.kansai-u.ac.jp> at FreeBSD-users-jp[71924]
Notes
Notes: svn path=/head/; revision=69880
Diffstat (limited to 'japanese')
-rw-r--r--japanese/emacs-emcws/Makefile2
-rw-r--r--japanese/emacs-emcws/files/emcws-message12
-rw-r--r--japanese/emacs20-emcws/Makefile2
-rw-r--r--japanese/emacs20-emcws/files/emcws-message12
-rw-r--r--japanese/emacs21-emcws/Makefile2
-rw-r--r--japanese/emacs21-emcws/files/emcws-message12
6 files changed, 21 insertions, 21 deletions
diff --git a/japanese/emacs-emcws/Makefile b/japanese/emacs-emcws/Makefile
index c720bb75114e..118c6466ae46 100644
--- a/japanese/emacs-emcws/Makefile
+++ b/japanese/emacs-emcws/Makefile
@@ -20,7 +20,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= nakaji@jp.freebsd.org
-Y2K= http://www.gnu.org/software/year2000.html
+Y2K= http://www.gnu.org/software/year2000.html
BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs21
diff --git a/japanese/emacs-emcws/files/emcws-message b/japanese/emacs-emcws/files/emcws-message
index 22f34095c22d..01d8c23960e3 100644
--- a/japanese/emacs-emcws/files/emcws-message
+++ b/japanese/emacs-emcws/files/emcws-message
@@ -3,14 +3,14 @@
You can define which input method you use with following variables.
- USE_WNN6 to use Wnn6
- USE_FREEWNN to use FreeWnn
- USE_CANNA to use Canna
- USE_SJ3 to use sj3
+ WITH_WNN6 to use Wnn6
+ WITH_FREEWNN to use FreeWnn
+ WITH_CANNA to use Canna
+ WITH_SJ3 to use sj3
- In default, USE_WNN6 and USE_CANNA are set.
+ In default, WITH_WNN6 and WITH_CANNA are set.
If you want to use Emcws with Canna and FreeWnn, run
- make install USE_FREEWNN=yes USE_CANNA=yes
+ make install WITH_FREEWNN=yes WITH_CANNA=yes
****************************************************************************
diff --git a/japanese/emacs20-emcws/Makefile b/japanese/emacs20-emcws/Makefile
index 5f5295bed3d7..7bf24ea0c72b 100644
--- a/japanese/emacs20-emcws/Makefile
+++ b/japanese/emacs20-emcws/Makefile
@@ -21,7 +21,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= nakaji@jp.freebsd.org
-Y2K= http://www.gnu.org/software/year2000.html
+Y2K= http://www.gnu.org/software/year2000.html
BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs20
diff --git a/japanese/emacs20-emcws/files/emcws-message b/japanese/emacs20-emcws/files/emcws-message
index 22f34095c22d..01d8c23960e3 100644
--- a/japanese/emacs20-emcws/files/emcws-message
+++ b/japanese/emacs20-emcws/files/emcws-message
@@ -3,14 +3,14 @@
You can define which input method you use with following variables.
- USE_WNN6 to use Wnn6
- USE_FREEWNN to use FreeWnn
- USE_CANNA to use Canna
- USE_SJ3 to use sj3
+ WITH_WNN6 to use Wnn6
+ WITH_FREEWNN to use FreeWnn
+ WITH_CANNA to use Canna
+ WITH_SJ3 to use sj3
- In default, USE_WNN6 and USE_CANNA are set.
+ In default, WITH_WNN6 and WITH_CANNA are set.
If you want to use Emcws with Canna and FreeWnn, run
- make install USE_FREEWNN=yes USE_CANNA=yes
+ make install WITH_FREEWNN=yes WITH_CANNA=yes
****************************************************************************
diff --git a/japanese/emacs21-emcws/Makefile b/japanese/emacs21-emcws/Makefile
index c720bb75114e..118c6466ae46 100644
--- a/japanese/emacs21-emcws/Makefile
+++ b/japanese/emacs21-emcws/Makefile
@@ -20,7 +20,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= nakaji@jp.freebsd.org
-Y2K= http://www.gnu.org/software/year2000.html
+Y2K= http://www.gnu.org/software/year2000.html
BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs21
diff --git a/japanese/emacs21-emcws/files/emcws-message b/japanese/emacs21-emcws/files/emcws-message
index 22f34095c22d..01d8c23960e3 100644
--- a/japanese/emacs21-emcws/files/emcws-message
+++ b/japanese/emacs21-emcws/files/emcws-message
@@ -3,14 +3,14 @@
You can define which input method you use with following variables.
- USE_WNN6 to use Wnn6
- USE_FREEWNN to use FreeWnn
- USE_CANNA to use Canna
- USE_SJ3 to use sj3
+ WITH_WNN6 to use Wnn6
+ WITH_FREEWNN to use FreeWnn
+ WITH_CANNA to use Canna
+ WITH_SJ3 to use sj3
- In default, USE_WNN6 and USE_CANNA are set.
+ In default, WITH_WNN6 and WITH_CANNA are set.
If you want to use Emcws with Canna and FreeWnn, run
- make install USE_FREEWNN=yes USE_CANNA=yes
+ make install WITH_FREEWNN=yes WITH_CANNA=yes
****************************************************************************