diff options
Diffstat (limited to 'games/freecell-solver/Makefile')
-rw-r--r-- | games/freecell-solver/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile index d47dbc006f97..538056d3c14f 100644 --- a/games/freecell-solver/Makefile +++ b/games/freecell-solver/Makefile @@ -7,15 +7,13 @@ # PORTNAME= freecell-solver -PORTVERSION= 2.8.10 +PORTVERSION= 2.8.11 CATEGORIES= games -MASTER_SITES= http://vipe.technion.ac.il/~shlomif/freecell-solver/ \ - http://fc-solve.berlios.de/ +MASTER_SITES= http://download.berlios.de/fc-solve/ MAINTAINER= ports@FreeBSD.org COMMENT= A program that automatically solves games of Freecell -USE_REINPLACE= yes USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes @@ -27,7 +25,4 @@ MAN6= fc-solve-board_gen.6 fc-solve.6 \ make_pysol_freecell_board.py.6 \ pi-make-microsoft-freecell-board.6 -post-patch: - @${REINPLACE_CMD} -e '/<malloc\.h>/d' ${WRKSRC}/alloc.c - .include <bsd.port.mk> |