diff options
author | pav <pav@FreeBSD.org> | 2008-01-06 12:38:56 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-01-06 12:38:56 +0000 |
commit | 0c2720aa8b8249bd6fa8a44e57e9d1221590ad20 (patch) | |
tree | 5dc85d62fe913a6c5fde049932a770b3d62f1571 /games/sdlCC | |
parent | 96f9265d8475bf17b4552f712159889d1fc65e0f (diff) | |
download | FreeBSD-ports-0c2720aa8b8249bd6fa8a44e57e9d1221590ad20.zip FreeBSD-ports-0c2720aa8b8249bd6fa8a44e57e9d1221590ad20.tar.gz |
- Attempt to fix plist on 7.x - objformat removal
Reported by: erwin
Diffstat (limited to 'games/sdlCC')
-rw-r--r-- | games/sdlCC/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/sdlCC/Makefile b/games/sdlCC/Makefile index 275bff6..73b5148 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> |