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/luola/Makefile | |
parent | 750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff) | |
download | ports-0d2725682b8325a08b11592d11062997bb9dc7f2.tar.gz ports-0d2725682b8325a08b11592d11062997bb9dc7f2.zip |
Notes
Diffstat (limited to 'games/luola/Makefile')
-rw-r--r-- | games/luola/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/luola/Makefile b/games/luola/Makefile index 304702c53003..a526cccf5e5f 100644 --- a/games/luola/Makefile +++ b/games/luola/Makefile @@ -7,6 +7,7 @@ PORTNAME= luola PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.luolamies.org/software/luola/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -40,8 +41,7 @@ USE_SDL+= mixer .endif post-patch: - @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/src/audio.c ${WRKSRC}/src/startup.c ${WRKSRC}/tools/lcmaptool.c - @${REINPLACE_CMD} -e '/LIBS=.*-lSDL_/ s|\(SDL_[a-z]*\)|\1 `sdl11-config --libs`|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/LIBS=.*-lSDL_/ s|\(SDL_[a-z]*\)|\1 `sdl-config --libs`|' ${WRKSRC}/configure post-install: @${INSTALL_DATA} ${WRKDIR}/*.lev ${WRKDIR}/*.png ${DATADIR}/levels |