From owner-svn-ports-head@FreeBSD.ORG Wed Nov 13 15:06:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FFB853F; Wed, 13 Nov 2013 15:06:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 660DB2830; Wed, 13 Nov 2013 15:06:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rADF6Aqf072904; Wed, 13 Nov 2013 15:06:10 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rADF6AmT072902; Wed, 13 Nov 2013 15:06:10 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311131506.rADF6AmT072902@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 13 Nov 2013 15:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333697 - head/games/xhime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 15:06:10 -0000 Author: danilo Date: Wed Nov 13 15:06:09 2013 New Revision: 333697 URL: http://svnweb.freebsd.org/changeset/ports/333697 Log: - Add DOCS and EXAMPLES options - Add stage support Modified: head/games/xhime/Makefile head/games/xhime/pkg-plist Modified: head/games/xhime/Makefile ============================================================================== --- head/games/xhime/Makefile Wed Nov 13 15:01:13 2013 (r333696) +++ head/games/xhime/Makefile Wed Nov 13 15:06:09 2013 (r333697) @@ -14,27 +14,21 @@ COMMENT= Resident Himechan for X Window WRKSRC= ${WRKDIR}/xhime1.51 USES= imake USE_XORG= x11 xext -MANCOMPRESSED= yes -MANLANG= . ja -MAN6= xhime.6 -NO_CDROM= 'contains commercial character data' +NO_CDROM= Contains commercial character data -NO_STAGE= yes -.include +OPTIONS_DEFINE= DOCS EXAMPLES post-install: - ${STRIP_CMD} ${PREFIX}/bin/xhime + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xhime ${INSTALL_MAN} ${WRKSRC}/xhime-man.euc \ - ${PREFIX}/man/ja/man6 - ${MV} ${PREFIX}/man/ja/man6/xhime-man.euc ${PREFIX}/man/ja/man6/xhime.6 - ${GZIP_CMD} ${PREFIX}/man/ja/man6/xhime.6 -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${PREFIX}/share/doc/ja/xhime + ${STAGEDIR}${PREFIX}/man/ja/man6 + ${MV} ${STAGEDIR}${PREFIX}/man/ja/man6/xhime-man.euc ${STAGEDIR}${PREFIX}/man/ja/man6/xhime.6 + #${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/ja/man6/xhime.6 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/xhime @(cd ${WRKSRC};\ ${INSTALL_DATA} xhime-doc.euc xhime.doc rh110-doc.euc \ - ${PREFIX}/share/doc/ja/xhime; \ + ${STAGEDIR}${PREFIX}/share/doc/ja/xhime; \ ) -.endif .include Modified: head/games/xhime/pkg-plist ============================================================================== --- head/games/xhime/pkg-plist Wed Nov 13 15:01:13 2013 (r333696) +++ head/games/xhime/pkg-plist Wed Nov 13 15:06:09 2013 (r333697) @@ -1,7 +1,9 @@ bin/xhime +man/ja/man6/xhime.6.gz +man/man6/xhime.6.gz %%PORTDOCS%%share/doc/ja/xhime/xhime-doc.euc %%PORTDOCS%%share/doc/ja/xhime/xhime.doc %%PORTDOCS%%share/doc/ja/xhime/rh110-doc.euc %%PORTDOCS%%@dirrm share/doc/ja/xhime -%%EXAMPLESDIR%%/rh110.xhm -@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rh110.xhm +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%