diff options
author | xride <xride@FreeBSD.org> | 2006-09-30 06:01:22 +0800 |
---|---|---|
committer | xride <xride@FreeBSD.org> | 2006-09-30 06:01:22 +0800 |
commit | 64c87c28881beecb28a8a2d93f108fcfee4be1b8 (patch) | |
tree | 4b9224bbe4dd1f6096d385f20d293698fb7a2323 /audio/py-vorbis | |
parent | a47785e833982fa3907c9b4df89840d041623109 (diff) | |
download | freebsd-ports-gnome-64c87c28881beecb28a8a2d93f108fcfee4be1b8.tar.gz freebsd-ports-gnome-64c87c28881beecb28a8a2d93f108fcfee4be1b8.tar.zst freebsd-ports-gnome-64c87c28881beecb28a8a2d93f108fcfee4be1b8.zip |
Change my MAINTAINER email to be my @FreeBSD email
Approved by: tmclaugh
Diffstat (limited to 'audio/py-vorbis')
-rw-r--r-- | audio/py-vorbis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index f017dfd3827e..90602d7a750e 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyvorbis-${PORTVERSION} -MAINTAINER= xride@x12.dk +MAINTAINER= xride@FreeBSD.org COMMENT= Object-oriented Python bindings for the vorbis library BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg |