diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2011-03-01 08:02:47 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2011-03-01 08:02:47 +0000 |
commit | 47b7e23fa91d922930a9748c571bdbe43691b2a0 (patch) | |
tree | a4f0de15db3442610044c8e9185b06cc5c9a2f37 /audio/lame | |
parent | 3bb8903afa20a2516470cefb09051734469209a9 (diff) | |
download | ports-47b7e23fa91d922930a9748c571bdbe43691b2a0.tar.gz ports-47b7e23fa91d922930a9748c571bdbe43691b2a0.zip |
Remove a MASTER_SITE which does not carry the distfile anymore.
Notes
Notes:
svn path=/head/; revision=270042
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index a8dbc284c030..ed03322c54bf 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -8,8 +8,7 @@ PORTNAME= lame PORTVERSION= 3.98.4 CATEGORIES= audio -MASTER_SITES= SF \ - ftp://ftp.fu-berlin.de/unix/sound/%SUBDIR%/ +MASTER_SITES= SF MAINTAINER= netchild@FreeBSD.org COMMENT= Fast MP3 encoder kit |