diff options
author | pav <pav@FreeBSD.org> | 2004-04-17 14:41:07 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-17 14:41:07 +0000 |
commit | 1d6c5488ed88f04fa285d1645d333eb858a28a19 (patch) | |
tree | 9da378774cc27151cbf83e6e97304c771b568857 /japanese/Makefile | |
parent | f5aef50cfd7a3e91260e8c714ea369f10f0f833d (diff) | |
download | FreeBSD-ports-1d6c5488ed88f04fa285d1645d333eb858a28a19.zip FreeBSD-ports-1d6c5488ed88f04fa285d1645d333eb858a28a19.tar.gz |
Add zope-ejsplitter, a word splitter for Japanese. It allows to search
a Zope based website for a word in language that don't use spaces
to delimit words.
PR: ports/65293
Submitted by: HAYASHI Yasushi <yasi@yasi.to>
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 8fd7d15..5f1c325 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -434,5 +434,6 @@ SUBDIR += yc.el SUBDIR += zangband SUBDIR += zipcodes + SUBDIR += zope-ejsplitter .include <bsd.port.subdir.mk> |