diff options
author | danfe <danfe@FreeBSD.org> | 2017-10-13 22:19:07 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-10-13 22:19:07 +0800 |
commit | d1ad7f2870e24290497c6b4e34e07627ac20e521 (patch) | |
tree | b4ffdc8a7dae4dca1a1f2f33fac462275ee46a1a /audio/vsound | |
parent | cb656d1da1be809f7f2145eeccac20fd25128bd1 (diff) | |
download | freebsd-ports-gnome-d1ad7f2870e24290497c6b4e34e07627ac20e521.tar.gz freebsd-ports-gnome-d1ad7f2870e24290497c6b4e34e07627ac20e521.tar.zst freebsd-ports-gnome-d1ad7f2870e24290497c6b4e34e07627ac20e521.zip |
Unbreak by providing a few working distfile locations.
Diffstat (limited to 'audio/vsound')
-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 |