=================================================================== RCS file: /cvs/ports/games/xmoto/Attic/Makefile,v retrieving revision 1.4 retrieving revision 1.6 diff -u -r1.4 -r1.6 --- ports/games/xmoto/Attic/Makefile 2009/02/26 18:32:46 1.4 +++ ports/games/xmoto/Attic/Makefile 2009/04/20 13:06:19 1.6 @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2009/02/26 18:32:46 yason Exp $ +# $OpenBSD: Makefile,v 1.6 2009/04/20 12:06:19 yason Exp $ COMMENT = challenging 2D motocross platform game -DISTNAME = xmoto-0.5.0-src -PKGNAME = xmoto-0.5.0 +V = 0.5.1 +DISTNAME = xmoto-${V}-src +PKGNAME = xmoto-${V} CATEGORIES = games @@ -19,7 +20,7 @@ WANTLIB = GL GLU X11 c iconv m pthread stdc++ z -MASTER_SITES = http://download.tuxfamily.org/xmoto/xmoto/0.5.0/ +MASTER_SITES = http://download.tuxfamily.org/xmoto/xmoto/${V}/ LIB_DEPENDS = SDL::devel/sdl \ SDL_mixer::devel/sdl-mixer \