aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-07 13:26:20 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-07 13:26:20 +0000
commit113d291e1d44b8b6d432ae0d10aff37e68b64dc5 (patch)
treef7200639a0272ee7bbc76530b80468257079b711 /audio/timidity
parent69bfde79150c31751515222d4b4406206d2f8ac6 (diff)
downloadports-113d291e1d44b8b6d432ae0d10aff37e68b64dc5.tar.gz
ports-113d291e1d44b8b6d432ae0d10aff37e68b64dc5.zip
Notes
Diffstat (limited to 'audio/timidity')
-rw-r--r--audio/timidity/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index 8162dc0ac625..bbb98b7028ae 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -31,7 +31,7 @@ post-patch:
post-install:
cd ${PREFIX}/lib/timidity && \
- tar zxf ${DISTDIR}/${TIINS} && \
+ ${TAR} zxf ${DISTDIR}/${TIINS} && \
${CP} goemon.cfg goemon.cfg.bak && \
${SED} 's=dir goemon=dir ${PREFIX}/lib/timidity/goemon=' \
< goemon.cfg.bak > goemon.cfg && \