summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-05 06:14:26 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-05 06:14:26 +0000
commit52de1c3ad01632076e2978111b2cb3a62159e901 (patch)
tree8fc8512e1a665fafcc442ba8260ed218b8157a07 /audio
parentMake pkg_add print the license only once. Note that the INSTALL script (diff)
Add "-o" flag to unzip so it won't prompt about overwriting existing
files. Add slash at end of ${DISTDIR}.
Notes
Notes: svn path=/head/; revision=4807
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 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 <bsd.port.mk>
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 <bsd.port.mk>