diff options
author | mezz <mezz@FreeBSD.org> | 2005-07-25 15:35:28 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-07-25 15:35:28 +0800 |
commit | ebd94fe3fabeb7ad50061d090674154e19e84408 (patch) | |
tree | bf7a20ba6c9bae496ab5c27d4a9b2a7cff9abdc4 /games | |
parent | 57cc334164cc82855e5c4f0c3ed9310c04b744ee (diff) | |
download | freebsd-ports-gnome-ebd94fe3fabeb7ad50061d090674154e19e84408.tar.gz freebsd-ports-gnome-ebd94fe3fabeb7ad50061d090674154e19e84408.tar.zst freebsd-ports-gnome-ebd94fe3fabeb7ad50061d090674154e19e84408.zip |
- Remove unnedded LIB_DEPENDS (already present in SDL components: image and
mixer).
- Use CONFIGURE_ variables (instead of WRKSRC/configure).
- Add @ to REINPLACE_CMD (no echo).
- Change last line in pkg-plist to use %%DATADIR%%.
PR: ports/83881
Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/freedroidrpg/Makefile | 7 | ||||
-rw-r--r-- | games/freedroidrpg/pkg-plist | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index 2ac937bbe6d5..6d78a81e5491 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -15,10 +15,6 @@ DISTNAME= ${PORTNAME}-0.9.13-rc2 MAINTAINER= alejandro@varnet.biz COMMENT= Modification of the classical Freedroid engine into an RPG -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png:${PORTSDIR}/graphics/png \ - vorbis.3:${PORTSDIR}/audio/libvorbis - USE_XLIB= yes USE_BZIP2= yes USE_SDL= mixer image net sdl @@ -38,6 +34,7 @@ BROKEN= "does not compile (missing fenv.h)" .endif post-patch: - ${REINPLACE_CMD} -e 's#-lSDL # #' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's#-lSDL # #' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.post.mk> diff --git a/games/freedroidrpg/pkg-plist b/games/freedroidrpg/pkg-plist index 8ad03491b21b..5eae9069f1ab 100644 --- a/games/freedroidrpg/pkg-plist +++ b/games/freedroidrpg/pkg-plist @@ -5584,4 +5584,4 @@ bin/pngtoico @dirrm %%DATADIR%%/graphics/backgrounds @dirrm %%DATADIR%%/graphics @dirrm %%DATADIR%%/dialogs -@dirrm share/freedroidrpg +@dirrm %%DATADIR%% |