aboutsummaryrefslogtreecommitdiff
path: root/games/pongix/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
commit0d2725682b8325a08b11592d11062997bb9dc7f2 (patch)
tree46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /games/pongix/Makefile
parent750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff)
downloadports-0d2725682b8325a08b11592d11062997bb9dc7f2.tar.gz
ports-0d2725682b8325a08b11592d11062997bb9dc7f2.zip
Notes
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 && \