diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-09 22:35:05 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-09 22:35:05 +0000 |
commit | 4f183f626d9d40d39f3d3869a795f61619d00270 (patch) | |
tree | d17ff9cb6c11fa1c64e586295adb7ad183e7cc13 /audio/rosegarden | |
parent | 0f4b1e80ad53b31f8e03e59ed264afd6322a98bb (diff) | |
download | ports-4f183f626d9d40d39f3d3869a795f61619d00270.tar.gz ports-4f183f626d9d40d39f3d3869a795f61619d00270.zip |
Notes
Diffstat (limited to 'audio/rosegarden')
-rw-r--r-- | audio/rosegarden/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index f6200e0b6154..4d0046874bcd 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -3,12 +3,16 @@ # Date created: 04 Aug 1996 # Whom: shanee # -# $Id: Makefile,v 1.5 1998/08/07 23:56:10 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/21 01:35:21 steve Exp $ # DISTNAME= rosegarden-2.0.1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.maths.bath.ac.uk/pub/dream/ROSE/ +MASTER_SITES= ftp://ftp.maths.bath.ac.uk/pub/dream/ROSE/ \ + ftp://ftp.sao.ru/pub1/src/dream/ROSE/ \ + ftp://ftp.loxinfo.co.th/pub/unix/sound/ \ + ftp://ftp.uni-trier.de/pub/unix/audio/rosegarden/ \ + ftp://ftp.funet.fi/pub/sci/audio/rosegarden/ EXTRACT_SUFX= -sources.tgz MAINTAINER= shanee@augusta.de |