aboutsummaryrefslogtreecommitdiff
path: root/games/briquolo/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-06 23:07:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-06 23:07:01 +0000
commitd1f089d010b0f553b32d3aa9cb02b287b8fc3d5e (patch)
treed8b1a392e3a558b5698d8537636fff8bda38ed82 /games/briquolo/Makefile
parent4c081f0dabfd1168db742bbb4d577817bd92c5d7 (diff)
downloadports-d1f089d010b0f553b32d3aa9cb02b287b8fc3d5e.tar.gz
ports-d1f089d010b0f553b32d3aa9cb02b287b8fc3d5e.zip
Notes
Diffstat (limited to 'games/briquolo/Makefile')
-rw-r--r--games/briquolo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile
index 1001aa9e3e88..5428e45b7423 100644
--- a/games/briquolo/Makefile
+++ b/games/briquolo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= briquolo
-PORTVERSION= 0.5
+PORTVERSION= 0.5.1
CATEGORIES= games
MASTER_SITES= http://briquolo.free.fr/download/
@@ -30,8 +30,7 @@ CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
post-patch:
- @${REINPLACE_CMD} -e 's|="-Wall"|="$$CXXFLAGS"|g ; \
- s|-O3||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/configure
@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|SDL/SDL|SDL|g'