diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 09:38:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 09:38:44 +0800 |
commit | b59943e6d6a504526b12d29bcac6286969a90cae (patch) | |
tree | 50727d55e62b97b263c7b16e4dfa2e063b97644b | |
parent | ff91008ab2f7781a0514f4f981071ccf1e4a8fe0 (diff) | |
download | freebsd-ports-gnome-b59943e6d6a504526b12d29bcac6286969a90cae.tar.gz freebsd-ports-gnome-b59943e6d6a504526b12d29bcac6286969a90cae.tar.zst freebsd-ports-gnome-b59943e6d6a504526b12d29bcac6286969a90cae.zip |
- Fix fetch by using garr SF mirror shich still serves the distfile
Approved by: maintainer
-rw-r--r-- | audio/csound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 57a5df223499..7f2e56566b24 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -10,7 +10,7 @@ PORTNAME= csound PORTVERSION= 5.07 PORTREVISION= 1 CATEGORIES= audio lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:src/} \ +MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/csound/:src \ ${MASTER_SITE_LOCAL:S/$/:manual/} MASTER_SITE_SUBDIR= ${PORTNAME:S/$/:src/} wxs/:manual DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION}.0 |