diff options
author | edwin <edwin@FreeBSD.org> | 2003-05-22 06:23:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-05-22 06:23:33 +0800 |
commit | df8230382f2da4c431ab1a89da1bff59b74e8324 (patch) | |
tree | 10ffba1055b74893885189f5ebbd7cfa92c793ed /games | |
parent | 4ece583df2f176b5e6a793bdfb37c84db558f291 (diff) | |
download | freebsd-ports-gnome-df8230382f2da4c431ab1a89da1bff59b74e8324.tar.gz freebsd-ports-gnome-df8230382f2da4c431ab1a89da1bff59b74e8324.tar.zst freebsd-ports-gnome-df8230382f2da4c431ab1a89da1bff59b74e8324.zip |
One of the distfiles has changed suffix from .gz to .bz2.
Noticed by: Bill "distfiles" Fenner
Diffstat (limited to 'games')
-rw-r--r-- | games/bomberclone/Makefile | 7 | ||||
-rw-r--r-- | games/bomberclone/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile index ce069e3ae8ba..00eeb83acb0f 100644 --- a/games/bomberclone/Makefile +++ b/games/bomberclone/Makefile @@ -11,15 +11,17 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz \ - ${PORTNAME}-data-0.6.tgz + ${PORTNAME}-data-0.6.tar.bz2 MAINTAINER= edwin@mavetju.org COMMENT= Reimplementation of Atomic Bomber Man -BUILD_DEPENDS= sdl11-config:${PORTSDIR}/devel/sdl12 +BUILD_DEPENDS= sdl11-config:${PORTSDIR}/devel/sdl12 \ + ${BZIP2_CMD}:${PORTSDIR}/archivers/bzip2 LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ SDL_image.10:${PORTSDIR}/graphics/sdl_image +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tgz GNU_CONFIGURE= yes USE_XLIB= yes USE_REINPLACE= yes @@ -32,6 +34,7 @@ CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" post-extract: + ${TAR} --directory ${WRKDIR} --bunzip2 --extract --file ${DISTDIR}/${PORTNAME}-data-0.6.tar.bz2 ${RM} -rf ${WRKDIR}/data/tileset/default/.thumbnails post-patch: diff --git a/games/bomberclone/distinfo b/games/bomberclone/distinfo index d53488fda2d9..32e311470de1 100644 --- a/games/bomberclone/distinfo +++ b/games/bomberclone/distinfo @@ -1,2 +1,2 @@ MD5 (bomberclone-0.9.8.tgz) = 3b732ccd9dfe23a3f143d3e4d204382f -MD5 (bomberclone-data-0.6.tgz) = aa200a312c8cb5f19167b6419b3c4e29 +MD5 (bomberclone-data-0.6.tar.bz2) = 73381d4d6ab5c29d62747416a5da9206 |