diff options
author | torstenb <torstenb@FreeBSD.org> | 1997-01-07 22:58:04 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1997-01-07 22:58:04 +0800 |
commit | 7af9b43136e6e2233c2282a0e383cc72e9105c33 (patch) | |
tree | d8869b406eed29388bbe16644c3402b126fe008e /audio | |
parent | 0d4de65e4737b7609fc1c5ed815bb2832e512b64 (diff) | |
download | freebsd-ports-gnome-7af9b43136e6e2233c2282a0e383cc72e9105c33.tar.gz freebsd-ports-gnome-7af9b43136e6e2233c2282a0e383cc72e9105c33.tar.zst freebsd-ports-gnome-7af9b43136e6e2233c2282a0e383cc72e9105c33.zip |
add myself as maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/maplay/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 5d507e4291d8..88df26691407 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: +# Whom: jkh # -# $Id: Makefile,v 1.4 1996/11/15 23:13:48 obrien Exp $ +# $Id: Makefile,v 1.5 1997/01/06 12:04:00 jkh Exp $ # DISTNAME= maplay1_2 @@ -12,6 +12,8 @@ CATEGORIES= audio MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/ EXTRACT_SUFX= .tar.Z +MAINTAINER= torstenb@FreeBSD.org + NO_WRKSUBDIR= yes PATCH_STRIP= -p2 |