Date: Fri, 9 May 2014 16:32:17 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353475 - head/japanese/fumeikai-fpw Message-ID: <201405091632.s49GWHtY050993@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Fri May 9 16:32:17 2014 New Revision: 353475 URL: http://svnweb.freebsd.org/changeset/ports/353475 QAT: https://qat.redports.org/buildarchive/r353475/ Log: - Add staging support - Remove leading article from COMMENT - Define DOCS option Modified: head/japanese/fumeikai-fpw/Makefile Modified: head/japanese/fumeikai-fpw/Makefile ============================================================================== --- head/japanese/fumeikai-fpw/Makefile Fri May 9 16:30:33 2014 (r353474) +++ head/japanese/fumeikai-fpw/Makefile Fri May 9 16:32:17 2014 (r353475) @@ -9,23 +9,22 @@ MASTER_SITES= http://openlab.ring.gr.jp/ DISTNAME= Fumeikai-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An abbreviation (alphabet-->Japanese) dictionary (EPWING V1 format) +COMMENT= Abbreviation (alphabet-->Japanese) dictionary (EPWING V1 format) USES= zip:infozip NO_BUILD= yes WRKSRC= ${WRKDIR}/fumeikai EXTRACT_BEFORE_ARGS= -qL -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + do-install: - ${MKDIR} ${PREFIX}/share/dict/fumeikai-fpw/fumeikai/data - ${INSTALL_DATA} ${WRKSRC}/fumeikai/data/honmon ${PREFIX}/share/dict/fumeikai-fpw/fumeikai/data - ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/fumeikai-fpw -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in readme - ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} -.endfor -.endif + @${MKDIR} ${STAGEDIR}${PREFIX}/share/dict/fumeikai-fpw/fumeikai/data + ${INSTALL_DATA} ${WRKSRC}/fumeikai/data/honmon \ + ${STAGEDIR}${PREFIX}/share/dict/fumeikai-fpw/fumeikai/data + ${INSTALL_DATA} ${WRKSRC}/catalogs \ + ${STAGEDIR}${PREFIX}/share/dict/fumeikai-fpw + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405091632.s49GWHtY050993>