diff options
author | jkh <jkh@FreeBSD.org> | 1997-01-06 20:15:11 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-01-06 20:15:11 +0800 |
commit | a83afa1e82ea9f62d626db0266087ac2480a29c9 (patch) | |
tree | 30898f86a37557da25151fec6a3a3852a53d63dc /audio | |
parent | 4903ff51038af8df55fa76debdbd5a432da55413 (diff) | |
download | freebsd-ports-gnome-a83afa1e82ea9f62d626db0266087ac2480a29c9.tar.gz freebsd-ports-gnome-a83afa1e82ea9f62d626db0266087ac2480a29c9.tar.zst freebsd-ports-gnome-a83afa1e82ea9f62d626db0266087ac2480a29c9.zip |
Remove myself as MAINTAINER from a number of ports I no longer
have time to properly maintain. This will cause the position to
revert to ports.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/maplay/Makefile | 6 | ||||
-rw-r--r-- | audio/nas/Makefile | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 2eaaed658032..5d507e4291d8 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: maplay # Version required: 1.2 # Date created: Feb 13 1995 -# Whom: jkh +# Whom: # -# $Id: Makefile,v 1.3 1995/04/11 19:46:44 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/15 23:13:48 obrien Exp $ # DISTNAME= maplay1_2 @@ -12,8 +12,6 @@ CATEGORIES= audio MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/ EXTRACT_SUFX= .tar.Z -MAINTAINER= jkh@FreeBSD.org - NO_WRKSUBDIR= yes PATCH_STRIP= -p2 diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 026c4b365e86..8e4a3b2a3e13 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Nov 1994 # Whom: jkh # -# $Id: Makefile,v 1.6 1996/11/15 23:13:56 obrien Exp $ +# $Id: Makefile,v 1.7 1996/11/18 09:52:15 asami Exp $ # DISTNAME= nas-1.2p5 @@ -12,8 +12,6 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= audio/nas -MAINTAINER= jkh@FreeBSD.org - USE_IMAKE= yes ALL_TARGET= World # no need to "xmkmf -a" and create the Makefiles twice -- see above |