aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2001-03-24 15:07:57 +0800
committerasami <asami@FreeBSD.org>2001-03-24 15:07:57 +0800
commitb8f56b57ffd7fc3ccc3ab7f47759d64bdf114551 (patch)
treeea339319b09484beff0fbf9d9b92662cbb7492f6 /audio
parent67046db3c0658a0b9336e29d828e826f0a891475 (diff)
downloadfreebsd-ports-graphics-b8f56b57ffd7fc3ccc3ab7f47759d64bdf114551.tar.gz
freebsd-ports-graphics-b8f56b57ffd7fc3ccc3ab7f47759d64bdf114551.tar.zst
freebsd-ports-graphics-b8f56b57ffd7fc3ccc3ab7f47759d64bdf114551.zip
Change "name <mailaddress>" to "mailaddress" in MAINTAINER, it is
confusing the hell out of make. Submitted by: bento
Diffstat (limited to 'audio')
-rw-r--r--audio/libao/Makefile2
-rw-r--r--audio/libogg/Makefile2
-rw-r--r--audio/libvorbis/Makefile2
-rw-r--r--audio/vorbis/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index da3f83e8ee8..0ce4072564e 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= audio
MASTER_SITES= http://www.vorbis.com/files/beta4/unix/ \
http://home.student.utwente.nl/t.vanklaveren/distfiles/
-MAINTAINER= Christian Weisgerber <naddy@mips.inka.de>
+MAINTAINER= naddy@mips.inka.de
WANT_ESOUND= yes
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
index 1768344b060..e083a926268 100644
--- a/audio/libogg/Makefile
+++ b/audio/libogg/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.vorbis.com/files/beta4/unix/ \
http://home.student.utwente.nl/t.vanklaveren/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/}
-MAINTAINER= Christian Weisgerber <naddy@mips.inka.de>
+MAINTAINER= naddy@mips.inka.de
USE_LIBTOOL= yes
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 2227fd0e881..803bdc97acb 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.vorbis.com/files/beta4/unix/ \
http://home.student.utwente.nl/t.vanklaveren/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/}
-MAINTAINER= Christian Weisgerber <naddy@mips.inka.de>
+MAINTAINER= naddy@mips.inka.de
LIB_DEPENDS= ogg.1:${PORTSDIR}/audio/libogg
diff --git a/audio/vorbis/Makefile b/audio/vorbis/Makefile
index 2186bdfc9f3..0cad562290c 100644
--- a/audio/vorbis/Makefile
+++ b/audio/vorbis/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
-MAINTAINER= Christian Weisgerber <naddy@mips.inka.de>
+MAINTAINER= naddy@mips.inka.de
LIB_DEPENDS= ao.1:${PORTSDIR}/audio/libao \
ogg.1:${PORTSDIR}/audio/libogg \