From owner-svn-ports-head@FreeBSD.ORG Tue Nov 12 02:50:24 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 5C6C9E15; Tue, 12 Nov 2013 02:50:24 +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 4C33C3895; Tue, 12 Nov 2013 02:50:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAC2oOIs034339; Tue, 12 Nov 2013 02:50:24 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAC2oNLt034335; Tue, 12 Nov 2013 02:50:23 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311120250.rAC2oNLt034335@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Tue, 12 Nov 2013 02:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333543 - head/games/tt 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: Tue, 12 Nov 2013 02:50:24 -0000 Author: danilo Date: Tue Nov 12 02:50:23 2013 New Revision: 333543 URL: http://svnweb.freebsd.org/changeset/ports/333543 Log: - Add DOCS option - Add stage support Modified: head/games/tt/Makefile head/games/tt/pkg-plist Modified: head/games/tt/Makefile ============================================================================== --- head/games/tt/Makefile Tue Nov 12 02:47:12 2013 (r333542) +++ head/games/tt/Makefile Tue Nov 12 02:50:23 2013 (r333543) @@ -11,14 +11,13 @@ COMMENT= Tetris for Terminals ALL_TARGET= tt +OPTIONS_DEFINE= DOCS + PORTDOCS= * -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} -g games -m 2555 ${WRKSRC}/tt ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/tt ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/games/tt/pkg-plist ============================================================================== --- head/games/tt/pkg-plist Tue Nov 12 02:47:12 2013 (r333542) +++ head/games/tt/pkg-plist Tue Nov 12 02:50:23 2013 (r333543) @@ -1,2 +1,6 @@ +@group games +@mode 2555 bin/tt +@mode +@group @unexec if [ -f /var/games/ttscores ]; then rm /var/games/ttscores; fi