diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
commit | 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch) | |
tree | 90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /audio | |
parent | ln -> ${LN} (diff) |
sed -> ${SED}
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timidity++/Makefile | 2 | ||||
-rw-r--r-- | audio/timidity/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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 |