diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-26 02:24:19 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-03-26 02:24:19 +0000 |
commit | edc400848811714bfe1ad492e1d0c75653831222 (patch) | |
tree | c3dc6ef48e0ec95045c302351285291ee731d0d3 /games/vdrift-data/Makefile | |
parent | aac0747660827ba5b754719b7a7b42003e5c602b (diff) |
- Update to 20070323
- See the changelog at:
http://vdrift.net/article.php/20070323-release-src-autopackage
Notes
Notes:
svn path=/head/; revision=188353
Diffstat (limited to 'games/vdrift-data/Makefile')
-rw-r--r-- | games/vdrift-data/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/vdrift-data/Makefile b/games/vdrift-data/Makefile index 208868a649f4..f2979236162a 100644 --- a/games/vdrift-data/Makefile +++ b/games/vdrift-data/Makefile @@ -6,7 +6,7 @@ # PORTNAME= data -PORTVERSION= 20061006 +PORTVERSION= 20070323 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= vdrift @@ -21,7 +21,7 @@ USE_BZIP2= yes NO_BUILD= yes DATADIR= ${PREFIX}/share/vdrift PLIST= ${WRKDIR}/pkg-plist -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}2006-10-06-src +WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}2007-03-23-src OPTIONS= MINIMAL "Install minimal requerimients of data files" off \ FULL "Install all data files" on @@ -39,11 +39,11 @@ pre-everything:: .endif .if defined(WITH_MINIMAL) -DISTFILES+= ${PKGNAMEPREFIX}2006-10-06-${PORTNAME}-minimal.tar.bz2 +DISTFILES+= ${PKGNAMEPREFIX}2007-03-23-${PORTNAME}-minimal.tar.bz2 .endif .if defined(WITH_FULL) -DISTFILES+= ${PKGNAMEPREFIX}2006-10-06-${PORTNAME}-full.tar.bz2 +DISTFILES+= ${PKGNAMEPREFIX}2007-03-23-${PORTNAME}-full.tar.bz2 .endif post-extract: |