Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2015 18:04:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398779 - head/games/crafty-open-large
Message-ID:  <201510071804.t97I4Qe4013565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct  7 18:04:26 2015
New Revision: 398779
URL: https://svnweb.freebsd.org/changeset/ports/398779

Log:
  - Pet portlint
  - Move not on warnings to where it belongs
  - Fix installation from non-root

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

Modified: head/games/crafty-open-large/Makefile
==============================================================================
--- head/games/crafty-open-large/Makefile	Wed Oct  7 18:04:11 2015	(r398778)
+++ head/games/crafty-open-large/Makefile	Wed Oct  7 18:04:26 2015	(r398779)
@@ -7,32 +7,30 @@ PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	LOCAL/dd/crafty
 DISTFILES=	large1.zip large2.zip large3.zip large4.zip
+DIST_SUBDIR=	crafty
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	The large opening book for crafty
+COMMENT=	Large opening book for crafty
 
 BUILD_DEPENDS=	crafty:${PORTSDIR}/games/crafty
 RUN_DEPENDS=	crafty:${PORTSDIR}/games/crafty
 
-DIST_SUBDIR=	crafty
 USES=		zip
 NO_WRKSUBDIR=	yes
 CONFLICTS=	crafty-open-enormous-* crafty-open-medium-* crafty-open-default-*
 
 post-extract:
-	@${ECHO_MSG} '================================================================'
-	@${ECHO_MSG} 'Ignore warnings about illegal moves.  These warnings are normal.'
-	@${ECHO_MSG} '================================================================'
 	${CAT} ${WRKDIR}/Book1.pgn ${WRKDIR}/Book2.pgn ${WRKDIR}/Book3.pgn ${WRKDIR}/Book4.pgn >${WRKDIR}/Book.pgn
 	${RM} ${WRKDIR}/Book1.pgn ${WRKDIR}/Book2.pgn ${WRKDIR}/Book3.pgn ${WRKDIR}/Book4.pgn
 
 do-build:
-	(${CHOWN} nobody ${WRKDIR}; cd ${WRKDIR}; crafty <${FILESDIR}/book-building)
+	@${ECHO_MSG} '================================================================'
+	@${ECHO_MSG} 'Ignore warnings about illegal moves.  These warnings are normal.'
+	@${ECHO_MSG} '================================================================'
+	(cd ${WRKDIR} && crafty <${FILESDIR}/book-building)
 
 do-install:
 	${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>

Modified: head/games/crafty-open-large/pkg-plist
==============================================================================
--- head/games/crafty-open-large/pkg-plist	Wed Oct  7 18:04:11 2015	(r398778)
+++ head/games/crafty-open-large/pkg-plist	Wed Oct  7 18:04:26 2015	(r398779)
@@ -1 +1 @@
-lib/crafty/book.bin
+@(nobody,nogroup,664) lib/crafty/book.bin



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