aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-05-10 15:53:22 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-05-10 15:53:22 +0000
commit5ba4f168aee82b44614a26f28e887c0d2ce0736d (patch)
tree83365ab73b74b9af31f6a232242317ad59ea5c68 /audio
parent872443c3319bfeda2186d55fb0f9efc1c8ff35a5 (diff)
downloadports-5ba4f168aee82b44614a26f28e887c0d2ce0736d.tar.gz
ports-5ba4f168aee82b44614a26f28e887c0d2ce0736d.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/speex-devel/Makefile4
-rw-r--r--audio/speex/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile
index ac89d3bfd785..40de23d887be 100644
--- a/audio/speex-devel/Makefile
+++ b/audio/speex-devel/Makefile
@@ -10,7 +10,9 @@ PORTNAME= speex
PORTVERSION= 1.1.8
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
PKGNAMESUFFIX= -devel
MAINTAINER= ahze@FreeBSD.org
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 7579d7f7c504..395cb8350b5a 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