From 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 28 Aug 1999 02:17:34 +0000 Subject: sed -> ${SED} --- audio/timidity++/Makefile | 2 +- audio/timidity/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index 95a46f8469f8..0fbe1937e479 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -26,7 +26,7 @@ post-install: cd ${PREFIX}/lib/timidity && \ tar zxf ${DISTDIR}/${TIINS} && \ ${CP} goemon.cfg goemon.cfg.bak && \ - sed 's=dir goemon=dir ${PREFIX}/lib/timidity/goemon=' \ + ${SED} 's=dir goemon=dir ${PREFIX}/lib/timidity/goemon=' \ < goemon.cfg.bak > goemon.cfg && \ rm goemon.cfg.bak diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 95a46f8469f8..0fbe1937e479 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -26,7 +26,7 @@ post-install: cd ${PREFIX}/lib/timidity && \ tar zxf ${DISTDIR}/${TIINS} && \ ${CP} goemon.cfg goemon.cfg.bak && \ - sed 's=dir goemon=dir ${PREFIX}/lib/timidity/goemon=' \ + ${SED} 's=dir goemon=dir ${PREFIX}/lib/timidity/goemon=' \ < goemon.cfg.bak > goemon.cfg && \ rm goemon.cfg.bak -- cgit v1.2.3