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/linux-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/linux-alienarena/Makefile')
-rw-r--r-- | games/linux-alienarena/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/linux-alienarena/Makefile b/games/linux-alienarena/Makefile index 0e1a314cfb8a..fc44bd96221c 100644 --- a/games/linux-alienarena/Makefile +++ b/games/linux-alienarena/Makefile @@ -6,12 +6,12 @@ # PORTNAME= alienarena -PORTVERSION= 2007.602 +PORTVERSION= 2007.603 PORTEPOCH= 1 CATEGORIES= games linux MASTER_SITES= http://forsakenweb.com/alienarena/download/ PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}2007-linux +DISTNAME= ${PORTNAME}2007-linux20070121-x86 MAINTAINER= alepulver@FreeBSD.org COMMENT= Alien Arena 2006 (Linux version) @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 USE_ZIP= yes USE_LINUX= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${DISTNAME:S/-linux//} +WRKSRC= ${WRKDIR}/${DISTNAME:C/-linux.*//} SUB_FILES= linux-alienarena linux-alienarena-ded SUB_LIST= LIBDIR="${LIBDIR}" |