diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-10-22 20:49:50 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-10-22 20:49:50 +0800 |
commit | 9c29fe16b461bddaa41a962eb212c84de2db44ce (patch) | |
tree | 63e4276dbab99b26c9582592a5bebd66bfee60d5 /audio | |
parent | 1bc4fe9a3efc9149a85a7f34344790ee55909f8a (diff) | |
download | freebsd-ports-gnome-9c29fe16b461bddaa41a962eb212c84de2db44ce.tar.gz freebsd-ports-gnome-9c29fe16b461bddaa41a962eb212c84de2db44ce.tar.zst freebsd-ports-gnome-9c29fe16b461bddaa41a962eb212c84de2db44ce.zip |
Update my Emailadress.
Switch to MASTER_SITE_LOCAL
Approved by: kris (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cmt/Makefile | 7 | ||||
-rw-r--r-- | audio/ladspa/Makefile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/audio/cmt/Makefile b/audio/cmt/Makefile index 7a890255f140..41cdfc4cc0ac 100644 --- a/audio/cmt/Makefile +++ b/audio/cmt/Makefile @@ -1,15 +1,16 @@ # New ports collection Makefile for: cmt # Date created: 11 May 2002 -# Whom: Tilman Linneweh <freebsdports@arved.de +# Whom: Tilman Linneweh <arved@FreeBSD.org> # # $FreeBSD$ PORTNAME= cmt PORTVERSION= 1.14 CATEGORIES= audio -MASTER_SITES= http://www.arved.de/bsd/src/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved -MAINTAINER= freebsdports@arved.de +MAINTAINER= arved@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index d44d80af3f53..60cacd281766 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -1,15 +1,16 @@ # New ports collection Makefile for: ladspa # Date created: 11 May 2002 -# Whom: Tilman Linneweh <freebsdports@arved.de +# Whom: Tilman Linneweh <arved@FreeBSD.org> # # $FreeBSD$ PORTNAME= ladspa PORTVERSION= 1.1 CATEGORIES= audio -MASTER_SITES= http://www.arved.de/bsd/src/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved -MAINTAINER= freebsdports@arved.de +MAINTAINER= arved@FreeBSD.org USE_BZIP2= yes USE_GMAKE= yes |