From 52de1c3ad01632076e2978111b2cb3a62159e901 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 5 Dec 1996 06:14:26 +0000 Subject: Add "-o" flag to unzip so it won't prompt about overwriting existing files. Add slash at end of ${DISTDIR}. --- audio/timidity++/Makefile | 4 ++-- audio/timidity/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index 7b481975af54..84f35c94f856 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Nov 1996 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1996/11/17 11:10:08 ache Exp $ +# $Id: Makefile,v 1.2 1996/11/18 05:20:10 asami Exp $ # DISTNAME= timidity-0.2i @@ -29,6 +29,6 @@ do-configure: post-install: cd ${PREFIX}/lib/timidity/patch && \ - unzip -q -L ${DISTDIR}${TIINS} + unzip -o -q -L ${DISTDIR}/${TIINS} .include diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 7b481975af54..84f35c94f856 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Nov 1996 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1996/11/17 11:10:08 ache Exp $ +# $Id: Makefile,v 1.2 1996/11/18 05:20:10 asami Exp $ # DISTNAME= timidity-0.2i @@ -29,6 +29,6 @@ do-configure: post-install: cd ${PREFIX}/lib/timidity/patch && \ - unzip -q -L ${DISTDIR}${TIINS} + unzip -o -q -L ${DISTDIR}/${TIINS} .include -- cgit v1.2.3