From owner-svn-ports-head@FreeBSD.ORG Sat Jun 7 15:21:03 2014 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 879D224A; Sat, 7 Jun 2014 15:21:03 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 747D0261C; Sat, 7 Jun 2014 15:21:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s57FL3XM068968; Sat, 7 Jun 2014 15:21:03 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s57FL3Vd068967; Sat, 7 Jun 2014 15:21:03 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406071521.s57FL3Vd068967@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 7 Jun 2014 15:21:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356911 - head/games/crafty-open-large 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.18 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: Sat, 07 Jun 2014 15:21:03 -0000 Author: vanilla Date: Sat Jun 7 15:21:02 2014 New Revision: 356911 URL: http://svnweb.freebsd.org/changeset/ports/356911 QAT: https://qat.redports.org/buildarchive/r356911/ Log: Stagify. Modified: head/games/crafty-open-large/Makefile Modified: head/games/crafty-open-large/Makefile ============================================================================== --- head/games/crafty-open-large/Makefile Sat Jun 7 15:18:10 2014 (r356910) +++ head/games/crafty-open-large/Makefile Sat Jun 7 15:21:02 2014 (r356911) @@ -13,14 +13,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The large opening book for crafty BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty -RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty +RUN_DEPENDS= ${BUILD_DEPENDS} DIST_SUBDIR= crafty USES= zip NO_WRKSUBDIR= yes CONFLICTS= crafty-open-enormous-* crafty-open-medium-* crafty-open-default-* -NO_STAGE= yes post-extract: @${ECHO_MSG} '================================================================' @${ECHO_MSG} 'Ignore warnings about illegal moves. These warnings are normal.' @@ -32,9 +31,9 @@ do-build: (${CHOWN} nobody ${WRKDIR}; cd ${WRKDIR}; crafty <${FILESDIR}/book-building) do-install: - ${MKDIR} ${PREFIX}/lib/crafty - ${INSTALL_DATA} ${WRKDIR}/book.bin ${PREFIX}/lib/crafty/book.bin - ${CHOWN} nobody:nogroup ${PREFIX}/lib/crafty/book.bin - ${CHMOD} 664 ${PREFIX}/lib/crafty/book.bin + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/crafty + ${INSTALL_DATA} ${WRKDIR}/book.bin ${STAGEDIR}${PREFIX}/lib/crafty/book.bin + ${CHOWN} nobody:nogroup ${STAGEDIR}${PREFIX}/lib/crafty/book.bin + ${CHMOD} 664 ${STAGEDIR}${PREFIX}/lib/crafty/book.bin .include