diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2006-03-21 09:58:23 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2006-03-21 09:58:23 +0000 |
commit | 75926b0589e0f92aa07af068c7a727dbb67eaccd (patch) | |
tree | 1736501c243f7a7c22419cc5f011c4da8988f1ce /misc/vbidecode | |
parent | - Preserve phpldapadmin 0.9.8 as net/phpldapadmin098 (diff) |
- Fix MASTER_SITES, making port fetchable again
PR: 94758
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'misc/vbidecode')
-rw-r--r-- | misc/vbidecode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/vbidecode/Makefile b/misc/vbidecode/Makefile index 3f4811908759..066fad3be0b5 100644 --- a/misc/vbidecode/Makefile +++ b/misc/vbidecode/Makefile @@ -10,8 +10,8 @@ PORTNAME= vbidecode PORTVERSION= 1.1.3 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= roger +MASTER_SITES= ftp://ftp.vip.server.pl/pub/linux/hardware/video4linux/ \ + ftp://ftp.waseda.ac.jp/.u7/ports/distfiles/ DISTNAME= bttv-0.6.4 MAINTAINER= ports@FreeBSD.org |