=================================================================== RCS file: /cvs/ports/games/xmoto/Attic/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ports/games/xmoto/Attic/Makefile 2009/02/26 18:32:46 1.4 +++ ports/games/xmoto/Attic/Makefile 2009/04/17 22:53:31 1.5 @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2009/02/26 18:32:46 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2009/04/17 21:53:31 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 \