diff options
author | daichi <daichi@FreeBSD.org> | 2003-08-19 14:06:52 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-08-19 14:06:52 +0800 |
commit | abd6c56846c2de91591f8b92a4184d2e55ab4b3f (patch) | |
tree | e767c5fe1b3565cafdc53505e7da86786b4f9862 | |
parent | 7dfca2393485500e2635d966eca41e4043c9497e (diff) | |
download | freebsd-ports-gnome-abd6c56846c2de91591f8b92a4184d2e55ab4b3f.tar.gz freebsd-ports-gnome-abd6c56846c2de91591f8b92a4184d2e55ab4b3f.tar.zst freebsd-ports-gnome-abd6c56846c2de91591f8b92a4184d2e55ab4b3f.zip |
update japanese/anthy: 4300 -> 4300b
PR: 55625
Submitted by: KATO Tsuguru <tkato@prontomail.com>
-rw-r--r-- | japanese/anthy/Makefile | 10 | ||||
-rw-r--r-- | japanese/anthy/distinfo | 2 | ||||
-rw-r--r-- | japanese/anthy/pkg-plist | 5 |
3 files changed, 14 insertions, 3 deletions
diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile index 69c4117ce477..10c67c9368ee 100644 --- a/japanese/anthy/Makefile +++ b/japanese/anthy/Makefile @@ -6,9 +6,9 @@ # PORTNAME= anthy -PORTVERSION= 4300 +PORTVERSION= 4300b CATEGORIES= japanese -MASTER_SITES= http://downloads.sourceforge.jp/anthy/4873/ +MASTER_SITES= http://downloads.sourceforge.jp/anthy/5332/ MAINTAINER= ports@FreeBSD.org COMMENT= Another kana-kanji conversion system @@ -18,8 +18,14 @@ USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes +ELISPDIR= share/emacs/site-lisp +PLIST_SUB= ELISPDIR=${ELISPDIR} + post-patch: @${REINPLACE_CMD} -e \ 's| install-lispLISP||g' ${WRKSRC}/src-util/Makefile.in +post-install: + ${INSTALL_DATA} ${WRKSRC}/src-util/*.el ${PREFIX}/${ELISPDIR} + .include <bsd.port.mk> diff --git a/japanese/anthy/distinfo b/japanese/anthy/distinfo index 41bafaf8b08b..4e54f4a5a523 100644 --- a/japanese/anthy/distinfo +++ b/japanese/anthy/distinfo @@ -1 +1 @@ -MD5 (anthy-4300.tar.gz) = 8b76ecb79d775f2c470c0e97250d568a +MD5 (anthy-4300b.tar.gz) = 2f409a7ab9f6b9b9099191cd78385f42 diff --git a/japanese/anthy/pkg-plist b/japanese/anthy/pkg-plist index 1f2000f0d543..3bb40bb5b85c 100644 --- a/japanese/anthy/pkg-plist +++ b/japanese/anthy/pkg-plist @@ -29,5 +29,10 @@ share/anthy/pred.depword share/anthy/subj.depword share/anthy/typetab share/anthy/v.depword +%%ELISPDIR%%/anthy-conf.el +%%ELISPDIR%%/anthy-dic.el +%%ELISPDIR%%/anthy-isearch.el +%%ELISPDIR%%/anthy.el +%%ELISPDIR%%/leim-list.el @dirrm share/anthy @dirrm include/anthy |