diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-25 05:51:24 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-25 05:51:24 +0000 |
commit | 76eab2cc1d743a5a07c7593ed956aed3213e7628 (patch) | |
tree | 95b82ae1d10d7f574db6b72ff733d3a24164dd37 /games | |
parent | Throw the switch that only includes bsd.perl.mk if the port really (diff) |
- Don't install books.bin in this port. That file should be installed by
one of games/crafty-open-* port.
PR: ports/116622
Submitted by: J Shoemaker <shoemaker at bluebottle.com> (maintainer)
Reported by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=200081
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty/Makefile | 3 | ||||
-rw-r--r-- | games/crafty/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 38a78e8e3e54..c4dc9ea46abd 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -7,7 +7,7 @@ PORTNAME= crafty PORTVERSION= 20.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \ ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \ @@ -77,7 +77,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/position.bin ${PREFIX}/lib/crafty/position.bin ${INSTALL_DATA} ${WRKSRC}/position.lrn ${PREFIX}/lib/crafty/position.lrn ${INSTALL_DATA} ${WRKSRC}/crafty.hlp ${PREFIX}/lib/crafty/crafty.hlp - ${TOUCH} ${PREFIX}/lib/crafty/book.bin ${CHOWN} root:nogroup ${PREFIX}/lib/crafty/book* ${CHOWN} root:nogroup ${PREFIX}/lib/crafty/position* ${CHMOD} 664 ${PREFIX}/lib/crafty/book* diff --git a/games/crafty/pkg-plist b/games/crafty/pkg-plist index 8fc99e3b34e4..bd5a62e811b7 100644 --- a/games/crafty/pkg-plist +++ b/games/crafty/pkg-plist @@ -1,5 +1,4 @@ bin/crafty -lib/crafty/book.bin lib/crafty/book.lrn lib/crafty/books.bin lib/crafty/crafty.hlp |