diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 05:20:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 05:20:10 +0000 |
commit | 767e2cfc191b2b8c8018696defc4574cf1f3e221 (patch) | |
tree | ad23d2394ac61fc8789879cd4f63ed7cd12815d1 /audio/timidity | |
parent | 1660a03a89236e08a7f30a921373236cbcd4d843 (diff) | |
download | ports-767e2cfc191b2b8c8018696defc4574cf1f3e221.tar.gz ports-767e2cfc191b2b8c8018696defc4574cf1f3e221.zip |
Standardize.
Notes
Notes:
svn path=/head/; revision=4561
Diffstat (limited to 'audio/timidity')
-rw-r--r-- | audio/timidity/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index a2844fbe46c1..7b481975af54 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Nov 1996 # Whom: ache # -# $Id: Makefile,v 1.6 1996/11/15 10:52:00 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/11/17 11:10:08 ache Exp $ # DISTNAME= timidity-0.2i @@ -13,13 +13,14 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/demos/music/samples/ \ http://www.clinet.fi/~toivonen/timidity/ TIINS= dgguspat.zip DISTFILES= ${TIINS} ${DISTNAME}.tar.gz -EXTRACT_ONLY= ${DISTNAME}.tar.gz -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip MAINTAINER= ache@FreeBSD.ORG +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_ONLY= ${DISTNAME}.tar.gz INSTALL_TARGET= install.all +MAN1= timidity.1 do-configure: @cd ${WRKSRC} && \ @@ -30,6 +31,4 @@ post-install: cd ${PREFIX}/lib/timidity/patch && \ unzip -q -L ${DISTDIR}${TIINS} -MAN1= timidity.1 - .include <bsd.port.mk> |