summaryrefslogtreecommitdiff
path: root/games/gnomebreakout/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnomebreakout/Makefile')
-rw-r--r--games/gnomebreakout/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/games/gnomebreakout/Makefile b/games/gnomebreakout/Makefile
index 8b1e7e403865..17be3d5f19e5 100644
--- a/games/gnomebreakout/Makefile
+++ b/games/gnomebreakout/Makefile
@@ -8,21 +8,16 @@
PORTNAME= gnomebreakout
PORTVERSION= 0.5.2
CATEGORIES= games gnome
-MASTER_SITES= http://www.senet.com.au/~alcaron/
+MASTER_SITES= http://users.senet.com.au/~alcaron/
DISTNAME= gnome-breakout-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME version of the classic breakout game
-USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>