diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-06-12 21:01:03 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-06-12 21:01:03 +0000 |
commit | 2c72b3d3fa055ee0adf13fbad4f219ff45c226f6 (patch) | |
tree | 623421fef00c8c5440de65b24dd6228c22e8cf01 /audio | |
parent | 239ccf532808987fc39b25dc284239f1a792e394 (diff) | |
download | ports-2c72b3d3fa055ee0adf13fbad4f219ff45c226f6.tar.gz ports-2c72b3d3fa055ee0adf13fbad4f219ff45c226f6.zip |
Add some mirrors since the linuxpower.org links are broken.
Found by: distfile survey
Notes
Notes:
svn path=/head/; revision=19446
Diffstat (limited to 'audio')
-rw-r--r-- | audio/replay/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/replay/Makefile b/audio/replay/Makefile index d1964a449c9c..026b33ba4ff0 100644 --- a/audio/replay/Makefile +++ b/audio/replay/Makefile @@ -3,13 +3,16 @@ # Date created: Oct 27 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1999/04/22 04:40:42 mharo Exp $ +# $Id: Makefile,v 1.10 1999/05/29 03:56:02 steve Exp $ # DISTNAME= replay-source-dgtk_0.61 PKGNAME= replay-0.61 CATEGORIES= audio -MASTER_SITES= http://replay.linuxpower.org/files/ +MASTER_SITES= http://replay.linuxpower.org/files/ \ + ftp://ftp.replicant.nu/pub/replay/ \ + ftp://ftp.icemark.ch/pub/replay/ \ + ftp://k2.lund.se/pub/replay/ MAINTAINER= nacai@iname.com |