Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2014 15:21:03 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356911 - head/games/crafty-open-large
Message-ID:  <201406071521.s57FL3Vd068967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406071521.s57FL3Vd068967>