aboutsummaryrefslogtreecommitdiffstats
path: root/games/pongix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/pongix/Makefile')
-rw-r--r--games/pongix/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/pongix/Makefile b/games/pongix/Makefile
index 418dc2ca900c..e5df0830f64e 100644
--- a/games/pongix/Makefile
+++ b/games/pongix/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pongix
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.losersjuegos.com.ar/juegos/pongix/descargas/
@@ -22,10 +23,6 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-post-extract:
- @${FIND} -E ${WRKSRC}/src/ -type f -iregex ".*\.(c|h)" \
- -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's/<SDL/<SDL11/g'
-
do-install:
${MKDIR} ${DATADIR}
@cd ${WRKSRC}/src && \