Date: Sat, 26 Jul 2014 00:11:11 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362946 - head/games/ishido Message-ID: <201407260011.s6Q0BBMn057397@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sat Jul 26 00:11:11 2014 New Revision: 362946 URL: http://svnweb.freebsd.org/changeset/ports/362946 QAT: https://qat.redports.org/buildarchive/r362946/ Log: - Add stage support Modified: head/games/ishido/Makefile head/games/ishido/pkg-plist Modified: head/games/ishido/Makefile ============================================================================== --- head/games/ishido/Makefile Sat Jul 26 00:04:12 2014 (r362945) +++ head/games/ishido/Makefile Sat Jul 26 00:11:11 2014 (r362946) @@ -13,12 +13,10 @@ COMMENT= Tile placement game MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= x11 -MAN6= ishido.6 -NO_STAGE= yes do-install: - ${INSTALL_MAN} ${WRKSRC}/ishido.6 ${PREFIX}/man/man6 - ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g games -m 2511 ${WRKSRC}/ishido ${PREFIX}/bin - ${INSTALL} ${COPY} -o ${BINOWN} -g games -m 664 ${WRKSRC}/ishido_scores ${PREFIX}/share/misc/ishido_scores - + ${INSTALL_MAN} ${WRKSRC}/ishido.6 ${STAGEDIR}${PREFIX}/man/man6 + ${INSTALL} ${COPY} ${STRIP} ${WRKSRC}/ishido ${STAGEDIR}${PREFIX}/bin + ${INSTALL} ${COPY} ${WRKSRC}/ishido_scores ${STAGEDIR}${PREFIX}/share/misc/ishido_scores + .include <bsd.port.mk> Modified: head/games/ishido/pkg-plist ============================================================================== --- head/games/ishido/pkg-plist Sat Jul 26 00:04:12 2014 (r362945) +++ head/games/ishido/pkg-plist Sat Jul 26 00:11:11 2014 (r362946) @@ -1,2 +1,11 @@ +@mode 2511 +@group games bin/ishido +@group +@mode +man/man6/ishido.6.gz +@mode 664 +@group games share/misc/ishido_scores +@group +@mode
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407260011.s6Q0BBMn057397>