aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-02 19:44:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-02 19:44:32 +0000
commit7598a22c7e2310348a029bc8823d0645a3b76013 (patch)
tree73c345457d5e520a8c6fae2a3170ef2db2ef9c20
parent7075d30e015c0a60b3fdf55dd17238eaab4f2d8e (diff)
downloadports-7598a22c7e2310348a029bc8823d0645a3b76013.tar.gz
ports-7598a22c7e2310348a029bc8823d0645a3b76013.zip
Notes
-rw-r--r--audio/libmad/Makefile2
-rw-r--r--audio/madplay/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile
index b8bbe523944a..e6596cf793a6 100644
--- a/audio/libmad/Makefile
+++ b/audio/libmad/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.mars.org/pub/mpeg/
MASTER_SITE_SUBDIR= mad
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dinoex@FreeBSD.org
COMMENT= Libmad library (part of MAD project)
GNU_CONFIGURE= yes
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile
index 408c202e6870..4ab39ae23205 100644
--- a/audio/madplay/Makefile
+++ b/audio/madplay/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.mars.org/pub/mpeg/
MASTER_SITE_SUBDIR= mad
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dinoex@FreeBSD.org
COMMENT= Madplay MP3 player (part of MAD project)
LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \