diff options
author | Archie Cobbs <archie@FreeBSD.org> | 1998-11-19 06:24:40 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 1998-11-19 06:24:40 +0000 |
commit | 7ab8887f93a8d0920d5c9cfff9d136da21d7cba6 (patch) | |
tree | c2295ee187a48f3f3d5e0c2dc533c64ffdd7e7e9 /net/mpd | |
parent | 47016ec29c22a50845f372c025fce17765ec38ac (diff) | |
download | ports-7ab8887f93a8d0920d5c9cfff9d136da21d7cba6.tar.gz ports-7ab8887f93a8d0920d5c9cfff9d136da21d7cba6.zip |
Make me the maintainer of this port
Notes
Notes:
svn path=/head/; revision=14665
Diffstat (limited to 'net/mpd')
-rw-r--r-- | net/mpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile index 061c96dcf03c..c4ce0661e96e 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.8 1998/09/19 22:45:41 steve Exp $ +# $Id: Makefile,v 1.9 1998/11/18 11:19:25 asami Exp $ # DISTNAME= mpd-1.0b5 @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.whistle.com/pub/archie/mpd/ EXTRACT_SUFX= .tgz -MAINTAINER= andy@icc.surw.chel.su +MAINTAINER= archie@freebsd.org WRKSRC= ${WRKDIR}/mpd-1.0b5/src ALL_TARGET= depend all |