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/timidity | |
parent | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (diff) | |
download | ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.tar.gz ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.zip |
Notes
Diffstat (limited to 'audio/timidity')
-rw-r--r-- | audio/timidity/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |