=================================================================== RCS file: /cvs/ports/games/flare/Attic/Makefile,v retrieving revision 1.5 retrieving revision 1.7 diff -u -r1.5 -r1.7 --- ports/games/flare/Attic/Makefile 2012/01/03 03:06:42 1.5 +++ ports/games/flare/Attic/Makefile 2012/09/29 19:05:38 1.7 @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.5 2012/01/03 03:06:42 yason Exp $ +# $OpenBSD: Makefile,v 1.7 2012/09/29 19:05:38 kirby Exp $ COMMENT = engine for isometric-view action roleplaying games -DISTNAME = flare_linux_v015_1 -PKGNAME = flare-0.15.1 +DISTNAME = flare_linux_v017 +PKGNAME = flare-0.17 CATEGORIES = games -HOMEPAGE = http://clintbellanger.net/rpg/ +HOMEPAGE = http://flarerpg.org MAINTAINER = Kirill Bychkov @@ -19,7 +19,7 @@ WANTLIB += SDL SDL_image SDL_mixer SDL_ttf c m pthread stdc++ -MASTER_SITES = https://github.com/downloads/clintbellanger/flare/ +MASTER_SITES = https://github.com/downloads/clintbellanger/flare-game/ MODULES = devel/cmake LIB_DEPENDS = devel/sdl-image \ @@ -31,8 +31,5 @@ -DDATADIR=share/flare NO_REGRESS = Yes - -post-extract: - find ${WRKDIST} -name \._* -exec rm {} \; .include