diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-05 06:14:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-05 06:14:26 +0000 |
commit | 52de1c3ad01632076e2978111b2cb3a62159e901 (patch) | |
tree | 8fc8512e1a665fafcc442ba8260ed218b8157a07 /audio/timidity | |
parent | e1c79571a910f9bb4c695adcb668cb1873b5f8a5 (diff) | |
download | ports-52de1c3ad01632076e2978111b2cb3a62159e901.tar.gz ports-52de1c3ad01632076e2978111b2cb3a62159e901.zip |
Notes
Diffstat (limited to 'audio/timidity')
-rw-r--r-- | audio/timidity/Makefile | 4 |
1 files changed, 2 insertions, 2 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> |