diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
commit | 0d2725682b8325a08b11592d11062997bb9dc7f2 (patch) | |
tree | 46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /games/zatacka | |
parent | 750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff) |
Notes
Diffstat (limited to 'games/zatacka')
-rw-r--r-- | games/zatacka/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/zatacka/Makefile b/games/zatacka/Makefile index e547ff29ac58..8736bfae9e5a 100644 --- a/games/zatacka/Makefile +++ b/games/zatacka/Makefile @@ -7,6 +7,7 @@ PORTNAME= zatacka PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,8 +27,6 @@ PORTDOCS= README post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|font.ttf|${DATADIR}/font.ttf|' ${WRKSRC}/fx.h - @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/SDL_prim.h \ - ${WRKSRC}/fx.h @${REINPLACE_CMD} -e 's|barrier.jpg|${DATADIR}/barrier.jpg|' \ ${WRKSRC}/fx.cpp @${REINPLACE_CMD} -e 's|main_screen.jpg|${DATADIR}/main_screen.jpg|' \ |