diff options
author | David Thiel <lx@FreeBSD.org> | 2011-01-30 16:50:14 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2011-01-30 16:50:14 +0000 |
commit | 08c1fe6168d8c4cf85999f85f6615bcf4e09cdfa (patch) | |
tree | b2738918081eb75f1d01182084da6816a16c1fba /games/vavoom-extras | |
parent | d9f648d444982613f99deafe48c5b4a0125613da (diff) |
Fix distfile URLs.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268452
Diffstat (limited to 'games/vavoom-extras')
-rw-r--r-- | games/vavoom-extras/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/vavoom-extras/Makefile b/games/vavoom-extras/Makefile index 4b4a0d7d36b6..09caeeaa3935 100644 --- a/games/vavoom-extras/Makefile +++ b/games/vavoom-extras/Makefile @@ -9,13 +9,13 @@ PORTNAME= vavoom-extras PORTVERSION= 1.30 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= SF/vavoom/vmodels-doom/1.4.3:vmd \ - SF/vavoom/vmodels-heretic/1.4.3:vmhr \ - SF/vavoom/vmodels-hexen/1.4.3:vmhx \ - SF/vavoom/vmodels-strife/1.4.3:vms \ - SF/vavoom/vmusic/1.0:vmu \ - SF/vavoom/vtextures/1.0:vt10 \ - SF/vavoom/vtextures/1.1:vt11 \ +MASTER_SITES= SF/vavoom/Resources/vmodels-doom/1.4.3:vmd \ + SF/vavoom/Resources/vmodels-heretic/1.4.3:vmhr \ + SF/vavoom/Resources/vmodels-hexen/1.4.3:vmhx \ + SF/vavoom/Resources/vmodels-strife/1.4.3:vms \ + SF/vavoom/Resources/vmusic/1.0:vmu \ + SF/vavoom/Resources/vtextures/1.0:vt10 \ + SF/vavoom/Resources/vtextures/1.1:vt11 \ http://doomtextures.freelanzer.com/:dt MAINTAINER= ports@FreeBSD.org |