diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-20 18:57:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-20 18:57:23 +0000 |
commit | cf114c8b3ce50dcb485b32cce8a2a0fd7ae1d0fe (patch) | |
tree | d44fe95a0070cbacc872f5c0be7f1b35a5422103 | |
parent | 0ddb7a3d2e3ff203d5cd2e030f8659912d0ebb6c (diff) |
Remove extraneous '.' in one of the MASTER_SITE URLs.
PR: 43138
Submitted by: Randy Primeaux <randy@cloudfactory.org>
Notes
Notes:
svn path=/head/; revision=66875
-rw-r--r-- | audio/libaudiofile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 13329f22f54f..c63faf0e44d4 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -8,7 +8,7 @@ PORTNAME= libaudiofile PORTVERSION= 0.2.3 CATEGORIES= audio -MASTER_SITES= ftp://ftp.68k.org./pub/michael/ \ +MASTER_SITES= ftp://ftp.68k.org/pub/michael/ \ ftp://oss.sgi.com/projects/audiofile/download/ \ ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/libaudiofile/0.2 |