diff options
author | agc <agc> | 1999-03-09 09:10:05 +0000 |
---|---|---|
committer | agc <agc> | 1999-03-09 09:10:05 +0000 |
commit | c789cf45e15bde8916a0d3ba03f0c30c79c611ce (patch) | |
tree | 89369d53fe2628e6b8a4896e196ba24d67b51694 /audio | |
parent | 1a39035a89b39f6ff04bd72962a7c85d34dba703 (diff) | |
download | pkgsrc-c789cf45e15bde8916a0d3ba03f0c30c79c611ce.tar.gz |
Fix the path name on the RedHat ftp site.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaudiofile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index e98dc305957..24d5dfe1e67 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 1999/03/06 21:31:41 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/03/09 09:10:05 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1999/01/27 08:31:48 fenner Exp # DISTNAME= audiofile-0.1.6 PKGNAME= libaudiofile-0.1.6 CATEGORIES= audio -MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/gnome-1.0/sources/ \ +MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \ ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/ |