summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-12-05 06:14:26 +0000
committerasami <asami@FreeBSD.org>1996-12-05 06:14:26 +0000
commit41c8ac1bc7526dae4b7e6fd9dea9ec974c819bb4 (patch)
tree547da8e39eecc1225b0e9b5996f683b4c0edb92c /audio
parentdc5777d318f1d4ad5a668b473e38876f6a137aab (diff)
downloadFreeBSD-ports-41c8ac1bc7526dae4b7e6fd9dea9ec974c819bb4.zip
FreeBSD-ports-41c8ac1bc7526dae4b7e6fd9dea9ec974c819bb4.tar.gz
Add "-o" flag to unzip so it won't prompt about overwriting existing
files. Add slash at end of ${DISTDIR}.
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity++/Makefile4
-rw-r--r--audio/timidity/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile
index 7b48197..84f35c94 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 <bsd.port.mk>
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index 7b48197..84f35c94 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 <bsd.port.mk>
OpenPOWER on IntegriCloud