diff options
author | netchild <netchild@FreeBSD.org> | 2011-03-01 16:02:47 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2011-03-01 16:02:47 +0800 |
commit | 4358f605caa091b2f6b73175be864e784e74af46 (patch) | |
tree | 5e37dc6f18df750a8e6d59547fed7060d0707c43 /audio/lame | |
parent | f57dc04e0ca5199c3f762b0a20b0d7e3d3fe4491 (diff) | |
download | freebsd-ports-gnome-4358f605caa091b2f6b73175be864e784e74af46.tar.gz freebsd-ports-gnome-4358f605caa091b2f6b73175be864e784e74af46.tar.zst freebsd-ports-gnome-4358f605caa091b2f6b73175be864e784e74af46.zip |
Remove a MASTER_SITE which does not carry the distfile anymore.
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 |