svn commit: r356910 - head/games/crafty-open-enormous

Vanilla I. Shu vanilla at FreeBSD.org
Sat Jun 7 15:18:11 UTC 2014


Author: vanilla
Date: Sat Jun  7 15:18:10 2014
New Revision: 356910
URL: http://svnweb.freebsd.org/changeset/ports/356910
QAT: https://qat.redports.org/buildarchive/r356910/

Log:
  Stagify.

Modified:
  head/games/crafty-open-enormous/Makefile
  head/games/crafty-open-enormous/pkg-plist

Modified: head/games/crafty-open-enormous/Makefile
==============================================================================
--- head/games/crafty-open-enormous/Makefile	Sat Jun  7 14:57:47 2014	(r356909)
+++ head/games/crafty-open-enormous/Makefile	Sat Jun  7 15:18:10 2014	(r356910)
@@ -14,16 +14,13 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Enormous opening book (about 270 MByte) for crafty
 
 BUILD_DEPENDS=	crafty:${PORTSDIR}/games/crafty
-RUN_DEPENDS=	crafty:${PORTSDIR}/games/crafty
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
-DIST_SUBDIR=		crafty
+DIST_SUBDIR=	crafty
 USES=		zip
-NO_WRKSUBDIR=		yes
-NO_PACKAGE=		Package is way too big
-CONFLICTS=		crafty-open-large-* crafty-open-medium-* crafty-open-default-*
-
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
+NO_WRKSUBDIR=	yes
+NO_PACKAGE=	Package is way too big
+CONFLICTS=	crafty-open-large-* crafty-open-medium-* crafty-open-default-*
 
 do-build:
 	@${ECHO_MSG} '================================================================'
@@ -32,9 +29,9 @@ do-build:
 	(cd ${WRKDIR}; ${CHOWN} nobody ${WRKDIR}; crafty bookpath=. <${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.post.mk>
+.include <bsd.port.mk>

Modified: head/games/crafty-open-enormous/pkg-plist
==============================================================================
--- head/games/crafty-open-enormous/pkg-plist	Sat Jun  7 14:57:47 2014	(r356909)
+++ head/games/crafty-open-enormous/pkg-plist	Sat Jun  7 15:18:10 2014	(r356910)
@@ -1,2 +1,2 @@
 lib/crafty/book.bin
- at dirrm lib/crafty
+ at dirrmtry lib/crafty


More information about the svn-ports-head mailing list