diff options
Diffstat (limited to 'audio')
-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 |