Summary: | japanese/skkfep: Update MASTER_SITES and WWW line | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | tkato432 | ||||
Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
tkato432
2013-11-24 18:10:05 UTC
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it. Author: ak Date: Fri Dec 6 11:23:15 2013 New Revision: 335731 URL: http://svnweb.freebsd.org/changeset/ports/335731 Log: - Fix build with clang - Support STAGEDIR - Update MASTER_SITES and WWW PR: ports/184237 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Modified: head/japanese/skkfep/Makefile (contents, props changed) head/japanese/skkfep/pkg-descr (contents, props changed) Modified: head/japanese/skkfep/Makefile ============================================================================== --- head/japanese/skkfep/Makefile Fri Dec 6 10:33:25 2013 (r335730) +++ head/japanese/skkfep/Makefile Fri Dec 6 11:23:15 2013 (r335731) @@ -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> Modified: head/japanese/skkfep/pkg-descr ============================================================================== --- head/japanese/skkfep/pkg-descr Fri Dec 6 10:33:25 2013 (r335730) +++ head/japanese/skkfep/pkg-descr Fri Dec 6 11:23:15 2013 (r335731) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |