diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-27 13:03:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-27 13:03:48 +0000 |
commit | 37677d32e389d6fe261c4aea8531acdf09997ae0 (patch) | |
tree | 7d7433c119fb6f464d0701eb1974bfbd9be57df7 /audio/flac | |
parent | e67cc0b93e5dc73f5ad43b0f10d63935ce7743a2 (diff) | |
download | ports-37677d32e389d6fe261c4aea8531acdf09997ae0.tar.gz ports-37677d32e389d6fe261c4aea8531acdf09997ae0.zip |
Notes
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 371f709c82a3..cf90af0731cd 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -4,7 +4,9 @@ PORTNAME= flac PORTVERSION= 1.3.2 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/flac/ +MASTER_SITES= https://downloads.xiph.org/releases/flac/ \ + https://download.videolan.org/contrib/flac/ \ + SF/flac/flac-src MAINTAINER= naddy@FreeBSD.org COMMENT= Free lossless audio codec |