aboutsummaryrefslogtreecommitdiff
path: root/audio/playmidi
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
commit19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch)
tree66898ce3ab32f0acd73aed95afc2fd553e9edb99 /audio/playmidi
parent7303a651412f794e300334fae502c1e12ca9da58 (diff)
downloadports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.tar.gz
ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.zip
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Notes
Notes: svn path=/head/; revision=1348
Diffstat (limited to 'audio/playmidi')
-rw-r--r--audio/playmidi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile
index 5472834d4b07..5ed37bac815e 100644
--- a/audio/playmidi/Makefile
+++ b/audio/playmidi/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 Feb 1995
# Whom: ache
#
-# $Id: Makefile,v 1.2 1995/04/01 12:43:53 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/11 19:46:47 asami Exp $
#
DISTNAME= playmidi
@@ -12,4 +12,6 @@ CATEGORIES+= audio
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/
DISTFILES= playmidi-1.1.tar.gz
+MAINTAINER= ache@FreeBSD.ORG
+
.include <bsd.port.mk>