diff options
-rw-r--r-- | audio/linux-shoutcast/Makefile | 2 | ||||
-rw-r--r-- | audio/shoutcast/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/linux-shoutcast/Makefile b/audio/linux-shoutcast/Makefile index b1230c8660ea..6f202f6ec427 100644 --- a/audio/linux-shoutcast/Makefile +++ b/audio/linux-shoutcast/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.shoutcast.com/downloads/sc${PORTVERSION:S|.|-|g}/ PKGNAMEPREFIX= linux- DISTNAME= sc_serv_${PORTVERSION}_Linux -MAINTAINER= gabor@FreeBSD.org +MAINTAINER= steinex@nognu.de COMMENT= Nullsoft's streaming audio server (Linux binary port) CONFLICTS= shoutcast-[0-9]* diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile index c90eafdc4d94..3474c9fed750 100644 --- a/audio/shoutcast/Makefile +++ b/audio/shoutcast/Makefile @@ -10,7 +10,7 @@ CATEGORIES= audio net MASTER_SITES= http://yp.shoutcast.com/downloads/sc1-9-8/ DISTNAME= sc_serv_${PORTVERSION}_FreeBSD5 -MAINTAINER= gabor@FreeBSD.org +MAINTAINER= steinex@nognu.de COMMENT= Nullsoft's streaming audio server (binary port) LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x |