diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-26 20:09:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-26 20:09:00 +0800 |
commit | cbe2a87bc83bb0a756df84ac8288218c09a79a07 (patch) | |
tree | 595341124071fe7714814b37ad0c9a18117cc80a /audio | |
parent | 7cd67d8703fef7ed1b36c6ef6a3bf738e1a8f32c (diff) | |
download | freebsd-ports-gnome-cbe2a87bc83bb0a756df84ac8288218c09a79a07.tar.gz freebsd-ports-gnome-cbe2a87bc83bb0a756df84ac8288218c09a79a07.tar.zst freebsd-ports-gnome-cbe2a87bc83bb0a756df84ac8288218c09a79a07.zip |
Removed ftp.68k.org, already down too long.
Changed MASTER_SITE_SUBDIR, it's /audiofile, not /libaudiofile.
Noticed by: portsurvey
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaudiofile/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index c63faf0e44d4..cdf4d1bb5010 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -8,10 +8,9 @@ PORTNAME= libaudiofile PORTVERSION= 0.2.3 CATEGORIES= audio -MASTER_SITES= ftp://ftp.68k.org/pub/michael/ \ - ftp://oss.sgi.com/projects/audiofile/download/ \ +MASTER_SITES= ftp://oss.sgi.com/projects/audiofile/download/ \ ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/libaudiofile/0.2 +MASTER_SITE_SUBDIR= sources/audiofile/0.2 DISTNAME= audiofile-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org |