aboutsummaryrefslogtreecommitdiff
path: root/games/sdlCC
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-01-06 12:38:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-01-06 12:38:56 +0000
commitd1a3ff9a04370a0469796abdd496dbdc01789a92 (patch)
tree4eccd3b31afbbef9dc951d37b2a6f33bb9b8a5af /games/sdlCC
parent44d868e7ecd5bdc4801ed6352071690f20d6657a (diff)
downloadports-d1a3ff9a04370a0469796abdd496dbdc01789a92.tar.gz
ports-d1a3ff9a04370a0469796abdd496dbdc01789a92.zip
Notes
Diffstat (limited to 'games/sdlCC')
-rw-r--r--games/sdlCC/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/sdlCC/Makefile b/games/sdlCC/Makefile
index 275bff656ac0..73b5148b0253 100644
--- a/games/sdlCC/Makefile
+++ b/games/sdlCC/Makefile
@@ -17,7 +17,8 @@ COMMENT= An extensible chinese checkers game using SDL
USE_SDL= image mixer sdl
GNU_CONFIGURE= yes
-.include <bsd.port.pre.mk>
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/libltdl/configure
post-install:
.if !defined(NOPORTDOCS)
@@ -26,4 +27,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/players/README ${DOCSDIR}/README.players
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>