diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-02-05 23:04:25 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-02-05 23:04:25 +0800 |
commit | 740446a5f18be184d4be4d6799c8419d290d95cb (patch) | |
tree | 9469c5406008282511dad708e1bd75aa560fc3e0 /games/alienarena/Makefile | |
parent | f1e280e52141717388e245015fc3df1501c35916 (diff) | |
download | freebsd-ports-gnome-740446a5f18be184d4be4d6799c8419d290d95cb.tar.gz freebsd-ports-gnome-740446a5f18be184d4be4d6799c8419d290d95cb.tar.zst freebsd-ports-gnome-740446a5f18be184d4be4d6799c8419d290d95cb.zip |
- Update to version 2007.603.
Diffstat (limited to 'games/alienarena/Makefile')
-rw-r--r-- | games/alienarena/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile index 327b7151c548..2303f10c7a98 100644 --- a/games/alienarena/Makefile +++ b/games/alienarena/Makefile @@ -6,10 +6,10 @@ # PORTNAME= alienarena -PORTVERSION= 2007.602 +PORTVERSION= 2007.603 CATEGORIES= games MASTER_SITES= http://forsakenweb.com/alienarena/download/ -DISTNAME= ${PORTNAME}2007-linux +DISTNAME= ${PORTNAME}2007-linux20070121-x86 MAINTAINER= alepulver@FreeBSD.org COMMENT= Alien Arena 2006 (native version) @@ -21,7 +21,7 @@ USE_DOS2UNIX= yes USE_GCC= 3.4+ USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${DISTNAME:S/-linux//}/source +WRKSRC= ${WRKDIR}/${DISTNAME:C/-linux.*//}/source BUILD_WRKSRC= ${WRKSRC}/linux ALL_TARGET= build_release |