summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-10-07 18:04:26 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2015-10-07 18:04:26 +0000
commit46b1cdce14f3b996d0bf2356dcc1a328c817eb80 (patch)
treee3b0412d98225c9dc5c0cfe4fbb3ad4dce972738
parent6e634b5ab797af5b648152fcf0c4ac5324cad549 (diff)
downloadFreeBSD-ports-46b1cdce14f3b996d0bf2356dcc1a328c817eb80.zip
FreeBSD-ports-46b1cdce14f3b996d0bf2356dcc1a328c817eb80.tar.gz
- Pet portlint
- Move not on warnings to where it belongs - Fix installation from non-root
-rw-r--r--games/crafty-open-large/Makefile14
-rw-r--r--games/crafty-open-large/pkg-plist2
2 files changed, 7 insertions, 9 deletions
diff --git a/games/crafty-open-large/Makefile b/games/crafty-open-large/Makefile
index cf66141..1909396 100644
--- a/games/crafty-open-large/Makefile
+++ b/games/crafty-open-large/Makefile
@@ -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>
diff --git a/games/crafty-open-large/pkg-plist b/games/crafty-open-large/pkg-plist
index 2e625dd..4a4aa82 100644
--- a/games/crafty-open-large/pkg-plist
+++ b/games/crafty-open-large/pkg-plist
@@ -1 +1 @@
-lib/crafty/book.bin
+@(nobody,nogroup,664) lib/crafty/book.bin
OpenPOWER on IntegriCloud