Date: Thu, 14 Nov 2013 23:18:08 +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: r333805 - head/games/xpuzzletama Message-ID: <201311142318.rAENI8O7033550@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Thu Nov 14 23:18:08 2013 New Revision: 333805 URL: http://svnweb.freebsd.org/changeset/ports/333805 Log: - Add stage support Modified: head/games/xpuzzletama/Makefile Modified: head/games/xpuzzletama/Makefile ============================================================================== --- head/games/xpuzzletama/Makefile Thu Nov 14 23:11:48 2013 (r333804) +++ head/games/xpuzzletama/Makefile Thu Nov 14 23:18:08 2013 (r333805) @@ -24,10 +24,9 @@ NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xpuzzletama lib/X11/xpuzzletama/tama_score PLIST_DIRS= lib/X11/xpuzzletama -NO_STAGE= yes post-install: - ${MKDIR} ${PREFIX}/lib/X11/xpuzzletama - ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666 \ - ${WRKSRC}/.tama_score ${PREFIX}/lib/X11/xpuzzletama/tama_score + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xpuzzletama + ${INSTALL} ${COPY} -m 666 ${WRKSRC}/.tama_score \ + ${STAGEDIR}${PREFIX}/lib/X11/xpuzzletama/tama_score .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311142318.rAENI8O7033550>