diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-01-18 07:13:38 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-01-18 07:13:38 +0800 |
commit | 5186db27ee400f51c9a51d7bb072834ad5fcd6bc (patch) | |
tree | b9e6bc78fabcbe36ab2b9e8168b7af255a62f849 /audio | |
parent | dd7615fcd798f1d3f6ac357cc80c3344b2e4403d (diff) | |
download | freebsd-ports-gnome-5186db27ee400f51c9a51d7bb072834ad5fcd6bc.tar.gz freebsd-ports-gnome-5186db27ee400f51c9a51d7bb072834ad5fcd6bc.tar.zst freebsd-ports-gnome-5186db27ee400f51c9a51d7bb072834ad5fcd6bc.zip |
Update maintainer's email address
Update a few MASTER_SITES
PR: 34012
Submitted by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lame-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/lame-devel/Makefile b/audio/lame-devel/Makefile index 998c6b25bb3a..2330c36a4cb1 100644 --- a/audio/lame-devel/Makefile +++ b/audio/lame-devel/Makefile @@ -9,13 +9,12 @@ PORTNAME= lame PORTVERSION= 3.89b CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.fu-berlin.de/unix/sound/%SUBDIR%/ \ - ftp://ftp.zlurp.com/source/%SUBDIR%/ + ftp://ftp.fu-berlin.de/unix/sound/%SUBDIR%/ MASTER_SITE_SUBDIR= lame PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME:S/-devel//}${PORTVERSION:S/b/beta/} -MAINTAINER= clefevre@citeweb.net +MAINTAINER= cyrille.lefevre@laposte.net BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm |