diff options
author | torstenb <torstenb@FreeBSD.org> | 1998-01-25 20:44:10 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1998-01-25 20:44:10 +0000 |
commit | 860e7e3732a5a54899aeb56b9169174984c0036b (patch) | |
tree | 3f2fcac085a9a412b3b131848e7bdaf427d13f90 | |
parent | b0c4db33cdf55db09e3c84ee92954cd5c195e74e (diff) | |
download | FreeBSD-ports-860e7e3732a5a54899aeb56b9169174984c0036b.zip FreeBSD-ports-860e7e3732a5a54899aeb56b9169174984c0036b.tar.gz |
Remove myself as MAINTAINER
-rw-r--r-- | audio/maplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 88df266..0eb938e 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -3,7 +3,7 @@ # Date created: Feb 13 1995 # Whom: jkh # -# $Id: Makefile,v 1.5 1997/01/06 12:04:00 jkh Exp $ +# $Id: Makefile,v 1.6 1997/01/07 14:58:04 torstenb Exp $ # DISTNAME= maplay1_2 @@ -12,7 +12,7 @@ CATEGORIES= audio MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/ EXTRACT_SUFX= .tar.Z -MAINTAINER= torstenb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org NO_WRKSUBDIR= yes PATCH_STRIP= -p2 |