summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-04-07 13:26:20 +0000
committerclement <clement@FreeBSD.org>2004-04-07 13:26:20 +0000
commit0307fa21a54024c9a2f89c8797ee78710d49ae2a (patch)
tree5f362b972f009374c09deb556210d6ede3a22fb9 /audio
parent1534f9259cd4783d2cab21a6b45e79e57a128042 (diff)
downloadFreeBSD-ports-0307fa21a54024c9a2f89c8797ee78710d49ae2a.zip
FreeBSD-ports-0307fa21a54024c9a2f89c8797ee78710d49ae2a.tar.gz
- tar -> ${TAR} (since we have now a bsdtar ;)
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index 8162dc0..bbb98b7 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 && \
OpenPOWER on IntegriCloud