diff options
author | naddy <naddy@FreeBSD.org> | 2002-01-22 00:18:42 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-01-22 00:18:42 +0800 |
commit | 2d69f634b883f98a41c53b4347d68adbe8bb8f63 (patch) | |
tree | da89d0ba3f8308c27813f4ffbc34e5da9f33b3d9 /audio/libvorbis | |
parent | 71ff66a8fcfb659ea9d402718b239614b773784d (diff) | |
download | freebsd-ports-gnome-2d69f634b883f98a41c53b4347d68adbe8bb8f63.tar.gz freebsd-ports-gnome-2d69f634b883f98a41c53b4347d68adbe8bb8f63.tar.zst freebsd-ports-gnome-2d69f634b883f98a41c53b4347d68adbe8bb8f63.zip |
fix typo in master site URL
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 22c7f83cced4..905471824fc4 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.r3 PORTEPOCH= 2 CATEGORIES= audio MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \ - http://www.vorbis.com/files/rc2/unix/ \ + http://www.vorbis.com/files/rc3/unix/ \ http://www.oddsock.org/vorbisrc3/files/rc3/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} |