diff options
-rw-r--r-- | audio/vsound/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 1930e1183170..27522285cf1d 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -5,13 +5,12 @@ PORTNAME= vsound PORTVERSION= 0.6 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://www.vsound.org/ +MASTER_SITES= http://down1.chinaunix.net/distfiles/ \ + http://freebsd.nsu.ru/distfiles/ GENTOO MAINTAINER= ports@FreeBSD.org COMMENT= Utility for capturing audio streams from programs with OSS output -BROKEN= No public distfiles - LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING |