aboutsummaryrefslogtreecommitdiff
path: root/games/freecell-solver
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-04-05 09:22:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-04-05 09:22:33 +0000
commit9bd31e8ded840495bb05e02f6a7661c8dd6d88ee (patch)
tree8717e8e29ac40d231e7be14b30fd532fad3a714d /games/freecell-solver
parent226402c42cc9ec6cd292ec61c2e964a7c8a3c254 (diff)
downloadports-9bd31e8ded840495bb05e02f6a7661c8dd6d88ee.tar.gz
ports-9bd31e8ded840495bb05e02f6a7661c8dd6d88ee.zip
- Add backup mirror
Notes
Notes: svn path=/head/; revision=231635
Diffstat (limited to 'games/freecell-solver')
-rw-r--r--games/freecell-solver/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile
index 0b7c28948d14..a0c646bc6d17 100644
--- a/games/freecell-solver/Makefile
+++ b/games/freecell-solver/Makefile
@@ -9,7 +9,8 @@
PORTNAME= freecell-solver
PORTVERSION= 2.22.0
CATEGORIES= games
-MASTER_SITES= BERLIOS/fc-solve
+MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
+ BERLIOS/fc-solve
MAINTAINER= ports@FreeBSD.org
COMMENT= A program that automatically solves games of Freecell
@@ -29,7 +30,7 @@ MAN6= fc-solve-board_gen.6 \
make_pysol_freecell_board.py.6 \
pi-make-microsoft-freecell-board.6
-CFLAGS+= -I${LOCALBASE}/include
+CFLAGS+= -I${LOCALBASE}/include
.if defined(WITH_JUDY) && defined(WITH_REDBLACK)
IGNORE= you cannot enable both JUDY and REDBLACK
@@ -50,7 +51,7 @@ CMAKE_ARGS+= -DFCS_STACK_STORAGE="FCS_STACK_STORAGE_LIBREDBLACK_TREE" \
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in AUTHORS INSTALL README README.win32.txt TODO USAGE
+.for file in AUTHORS INSTALL README README.win32.txt TODO USAGE
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif