diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-06-29 19:33:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-06-29 19:33:24 +0000 |
commit | 0c0a37465018cbf71ddca2d3323ced6af933d2e2 (patch) | |
tree | df68c98ad74ab39c35301769eff0e993ca3e8d6e /audio | |
parent | 804f71f46d7135ad09ad6601a4809d9af141b7a9 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rawrec/Makefile | 2 | ||||
-rw-r--r-- | audio/streamripper/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/rawrec/Makefile b/audio/rawrec/Makefile index e4cee5e29dd8..816cf4a1477c 100644 --- a/audio/rawrec/Makefile +++ b/audio/rawrec/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= apps/sound/recorders/:sun \ ${PORTNAME}/:sf DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sun,sf -MAINTAINER= rainer.alves@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= A utility to record and playback raw audio data WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index 86a4b9701455..4017e7194589 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= streamripper -MAINTAINER= rainer.alves@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Splits SHOUTcast stream into tracks LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad |