diff options
author | lx <lx@FreeBSD.org> | 2011-01-31 00:50:14 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2011-01-31 00:50:14 +0800 |
commit | 88c357867c869a88a74d6f26b4bc0d3e51a75d39 (patch) | |
tree | 8a0ef38bd44b58cbd21183655a835fd05361b2cb /games | |
parent | 6c83c317cd9c7654aa97feae76dc34fa96955ec3 (diff) | |
download | freebsd-ports-gnome-88c357867c869a88a74d6f26b4bc0d3e51a75d39.tar.gz freebsd-ports-gnome-88c357867c869a88a74d6f26b4bc0d3e51a75d39.tar.zst freebsd-ports-gnome-88c357867c869a88a74d6f26b4bc0d3e51a75d39.zip |
Fix distfile URLs.
Feature safe: yes
Diffstat (limited to 'games')
-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 |