diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-25 07:57:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-25 07:57:49 +0000 |
commit | 2933026c30c8d0b5fcc103cfc51443f58c94e937 (patch) | |
tree | f67976b078ef62d99cd65ba3d4aeda28b470b66b /audio | |
parent | - Fix MASTER_SITES (diff) |
- Fix MASTER_SITES
PR: ports/64683
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=105201
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xvmixer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xvmixer/Makefile b/audio/xvmixer/Makefile index 7aa9faee3a2c..5e6d7ec254d6 100644 --- a/audio/xvmixer/Makefile +++ b/audio/xvmixer/Makefile @@ -8,8 +8,7 @@ PORTNAME= xvmixer PORTVERSION= 1.0 CATEGORIES= audio -MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/xvmixer/ \ - ftp://quenix.dyndns.org/freebsd/ +MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/xvmixer/ MAINTAINER= gagnon_s@sympatico.ca COMMENT= Open Look-based audio mixer |