summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
Diffstat (limited to 'japanese')
-rw-r--r--japanese/zope-ejsplitter/Makefile9
-rw-r--r--japanese/zope-jamailhost/Makefile6
-rw-r--r--japanese/zope-jamailhost/pkg-plist1
3 files changed, 11 insertions, 5 deletions
diff --git a/japanese/zope-ejsplitter/Makefile b/japanese/zope-ejsplitter/Makefile
index ba09b71bb615..9388fa378009 100644
--- a/japanese/zope-ejsplitter/Makefile
+++ b/japanese/zope-ejsplitter/Makefile
@@ -7,17 +7,19 @@
PORTNAME= ejSplitter
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= japanese www zope
MASTER_SITES= http://www005.upp.so-net.ne.jp/nakagami/Download/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= nakaji@jp.freebsd.org
COMMENT= A Japanese word splitter for searching text in Zope Products
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope
-USE_PYTHON= yes
+USE_PYTHON= 2.4
USE_ZOPE= yes
+ZOPE_VERSION= 2.10
DIST_SUBDIR= zope
ZOPEPRODUCTNAME= ${PORTNAME}
@@ -41,7 +43,8 @@ pre-install:
done; \
for d in `${FIND} -d ${ZOPEPRODUCTNAME} -type d`; do \
${ECHO_CMD} @dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \
- done; \
+ done
+ @${ECHO_CMD} @dirrmtry %%ZOPEPRODUCTDIR%% >>${PLIST}
do-install:
@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
diff --git a/japanese/zope-jamailhost/Makefile b/japanese/zope-jamailhost/Makefile
index aa509bc640a2..7c37b820a1d5 100644
--- a/japanese/zope-jamailhost/Makefile
+++ b/japanese/zope-jamailhost/Makefile
@@ -7,18 +7,20 @@
PORTNAME= jaMailHost
PORTVERSION= 0.4.4
+PORTREVISION= 1
CATEGORIES= japanese www zope
MASTER_SITES= http://www005.upp.so-net.ne.jp/nakagami/Download/
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= nakaji@jp.freebsd.org
COMMENT= A Zope hotfix Product to send mail in Japanese
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope
-USE_PYTHON?= < 2.4
+USE_PYTHON?= 2.4
USE_ZOPE= yes
+ZOPE_VERSION= 2.10
DIST_SUBDIR= zope
ZOPEPRODUCTNAME=${PORTNAME}
diff --git a/japanese/zope-jamailhost/pkg-plist b/japanese/zope-jamailhost/pkg-plist
index ffc165234e57..b274076ade32 100644
--- a/japanese/zope-jamailhost/pkg-plist
+++ b/japanese/zope-jamailhost/pkg-plist
@@ -3,3 +3,4 @@
%%ZOPEPRODUCTDIR%%/jaMailHost/__init__.pyc
%%ZOPEPRODUCTDIR%%/jaMailHost/version.txt
@dirrm %%ZOPEPRODUCTDIR%%/jaMailHost
+@dirrmtry %%ZOPEPRODUCTDIR%%