diff options
author | ahze <ahze@FreeBSD.org> | 2005-05-10 15:53:22 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-05-10 15:53:22 +0000 |
commit | a2b03533c8ca4242dd9ac11388b4d0368f49235a (patch) | |
tree | b7a6311f3b1945dacba99a88cc420c7acccc615d /audio/speex | |
parent | 53dd48dc599ddf68b47932e3606c658251641344 (diff) | |
download | FreeBSD-ports-a2b03533c8ca4242dd9ac11388b4d0368f49235a.zip FreeBSD-ports-a2b03533c8ca4242dd9ac11388b4d0368f49235a.tar.gz |
- Add MASTER_SITE_LOCAL to MASTER_SITES since a few people
said the current mirror is very very slow for them.
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 7579d7f..395cb83 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -10,7 +10,9 @@ PORTNAME= speex PORTVERSION= 1.0.5 PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.osuosl.org/.1/xiph/releases/speex/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + ftp://ftp.osuosl.org/.1/xiph/releases/speex/ +MASTER_SITE_SUBDIR= ahze DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= ahze@FreeBSD.org |