diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-12-06 11:23:15 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-12-06 11:23:15 +0000 |
commit | 67aa5b488a5caeb2d3654d59a1547cad46f2264d (patch) | |
tree | 4ccde7c3a482be243c5d5c7e7e6dc94c98c96d1c /japanese/skkfep | |
parent | 12927ebb3e2c07718f089af4805ce7c59c0487f7 (diff) | |
download | ports-67aa5b488a5caeb2d3654d59a1547cad46f2264d.tar.gz ports-67aa5b488a5caeb2d3654d59a1547cad46f2264d.zip |
Notes
Diffstat (limited to 'japanese/skkfep')
-rw-r--r-- | japanese/skkfep/Makefile | 12 | ||||
-rw-r--r-- | japanese/skkfep/pkg-descr | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/japanese/skkfep/Makefile b/japanese/skkfep/Makefile index 31f324247a9f..d285411437e1 100644 --- a/japanese/skkfep/Makefile +++ b/japanese/skkfep/Makefile @@ -5,19 +5,19 @@ PORTNAME= skkfep PORTVERSION= 0.87 PORTREVISION= 2 CATEGORIES= japanese -MASTER_SITES= http://homepage2.nifty.com/aito/skkfep/ +MASTER_SITES= http://aitoweb.world.coocan.jp/skkfep/ MAINTAINER= ports@FreeBSD.org COMMENT= SKK-like Kana-to-Kanji FrontEnd Processor RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk -MAN1= skkfep.1 -PLIST_FILES= bin/skkfep +CFLAGS+= -Wno-return-type + +PLIST_FILES= bin/skkfep man/man1/skkfep.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/japanese/skkfep/pkg-descr b/japanese/skkfep/pkg-descr index 5633b9c2fdf9..3ed27a4bbee9 100644 --- a/japanese/skkfep/pkg-descr +++ b/japanese/skkfep/pkg-descr @@ -1,4 +1,4 @@ skkfep is a tool to input Kana and Kanji from the terminal. This also include some patches for Word registration. -WWW: http://homepage2.nifty.com/aito/soft.html +WWW: http://aitoweb.world.coocan.jp/soft.html |