diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 05:22:06 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 05:22:06 +0000 |
commit | 5eacaf6d657575ec875f6f7ecc8247c02200146d (patch) | |
tree | b71d4b9e7517c14ee1dc696810ee70d8ed02b177 /audio/pimp3 | |
parent | aa208802f402f140f1ed76b963e796c01ac69529 (diff) | |
download | ports-5eacaf6d657575ec875f6f7ecc8247c02200146d.tar.gz ports-5eacaf6d657575ec875f6f7ecc8247c02200146d.zip |
remove maintainer
PR: 26111
Notes
Notes:
svn path=/head/; revision=40712
Diffstat (limited to 'audio/pimp3')
-rw-r--r-- | audio/pimp3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pimp3/Makefile b/audio/pimp3/Makefile index a26cc98abc7f..9812543a6cf5 100644 --- a/audio/pimp3/Makefile +++ b/audio/pimp3/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: pimp # Date created: 23 February 2000 -# Whom: rbt +# Whom: rbt@zort.on.ca # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 0.5.7 CATEGORIES= audio MASTER_SITES= ftp://pimp3.sourceforge.net/pub/pimp3/ -MAINTAINER= rbt@zort.on.ca +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 |