aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-21 19:42:34 +0800
committermiwi <miwi@FreeBSD.org>2008-03-21 19:42:34 +0800
commit7eb929a3541effe2998c8db6f61e8c5cdee01e5f (patch)
tree0ea9961657714a4b69a551b67c87351157aa5f81 /games
parent127bf3dca256b123633a9c4d14604794d0225ba8 (diff)
downloadfreebsd-ports-gnome-7eb929a3541effe2998c8db6f61e8c5cdee01e5f.tar.gz
freebsd-ports-gnome-7eb929a3541effe2998c8db6f61e8c5cdee01e5f.tar.zst
freebsd-ports-gnome-7eb929a3541effe2998c8db6f61e8c5cdee01e5f.zip
- Add backup mirror
- Fix identation PR: 121841 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'games')
-rw-r--r--games/tecnoballz/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/tecnoballz/Makefile b/games/tecnoballz/Makefile
index e9328f49ed7d..ffcbd7dbd36e 100644
--- a/games/tecnoballz/Makefile
+++ b/games/tecnoballz/Makefile
@@ -9,7 +9,8 @@ PORTNAME= tecnoballz
PORTVERSION= 0.92
PORTREVISION= 1
CATEGORIES= games
-MASTER_SITES= http://linux.tlk.fr/games/TecnoballZ/download/
+MASTER_SITES= http://linux.tlk.fr/games/TecnoballZ/download/ \
+ http://www.amdmi3.ru/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= amdmi3@amdmi3.ru
@@ -33,7 +34,7 @@ post-patch:
-e 's|SDL/||'
@${REINPLACE_CMD} -e '/^CXXFLAGS=[^$$]*$$/ s|^|#|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$$(prefix)/games|$$(prefix)/bin|' \
- ${WRKSRC}/Makefile.am ${WRKSRC}/src/Makefile.am
+ ${WRKSRC}/Makefile.am ${WRKSRC}/src/Makefile.am
@${REINPLACE_CMD} -e 's|supervisor.c|&c|' ${WRKSRC}/src/Makefile.am
.for f in tecnoballz.cc tiles_background.cc sprite_ship.cc controller_magnetic_eyes.cc
@${REINPLACE_CMD} -e '/rand/ s|(Sint32)|(intptr_t)|' ${WRKSRC}/src/${f}