From bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 8 Apr 2000 21:25:03 +0000 Subject: update with the new PORTNAME/PORTVERSION variables --- audio/timidity/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'audio/timidity') diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 963c0ea9e016..b2f2b14418f9 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: timidity # Homepage: http://www.cgs.fi/~tt/timidity/ -# Version required: 0.2i # Date created: 17 Nov 1996 # Whom: ache # # $FreeBSD$ # -DISTNAME= timidity-0.2i -CATEGORIES= audio -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/misc/hardware/soundcard/gus/ \ +PORTNAME= timidity +PORTVERSION= 0.2i +CATEGORIES= audio +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/misc/hardware/soundcard/gus/ \ http://www.goice.co.jp/member/mo/timidity/dist/ -DISTFILES= ${TIINS} ${DISTNAME}.tar.gz +DISTFILES= ${TIINS} ${DISTNAME}.tar.gz +EXTRACT_ONLY= ${DISTNAME}.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -NO_CDROM= "Uses copyrighted patches" +NO_CDROM= "Uses copyrighted patches" -TIINS= goemon.tgz -EXTRACT_ONLY= ${DISTNAME}.tar.gz +TIINS= goemon.tgz INSTALL_TARGET= install.all MAN1= timidity.1 -- cgit v1.2.3