summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-15 10:52:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-15 10:52:00 +0000
commitb224ed2a34b270626522d7f3bfc1780c4778bda8 (patch)
tree6223bab92436229ed65ed62cf2d1a6ae78c3bcdd /audio
parentAdded xmandel. (diff)
Compress manpage. While I'm here, put MAINTAINER in the middle of
the Makefile so people can yell at Andrey if it doesn't work. :)
Notes
Notes: svn path=/head/; revision=4474
Diffstat (limited to 'audio')
-rw-r--r--audio/playmidi/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile
index bd2e1172cf72..e5930316fb30 100644
--- a/audio/playmidi/Makefile
+++ b/audio/playmidi/Makefile
@@ -3,19 +3,20 @@
# Date created: 27 Feb 1995
# Whom: ache
#
-# $Id: Makefile,v 1.4 1995/04/12 04:54:19 asami Exp $
+# $Id: Makefile,v 1.5 1996/11/15 06:53:52 ache Exp $
#
DISTNAME= playmidi-2.3
CATEGORIES= audio
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/
+MAINTAINER= ache@FreeBSD.ORG
+
IS_INTERACTIVE= YES
HAS_CONFIGURE= YES
CONFIGURE_SCRIPT= Configure
CONFIGURE_ENV= PREFIX=${PREFIX}
INSTALL_TARGET= install.lame install.man
-
-MAINTAINER= ache@FreeBSD.ORG
+MAN1= playmidi.1
.include <bsd.port.mk>