diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 3262cce303b354dfda0c0b11bbbda803a827665b (patch) | |
tree | c032983554a8629dd6dfa9af9f4d687c43e5ac6f /audio/timidity | |
parent | Activate icqnix. (diff) |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Notes
Notes:
svn path=/head/; revision=21051
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 0fbe1937e479..3b5148935a1c 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -28,7 +28,7 @@ post-install: ${CP} goemon.cfg goemon.cfg.bak && \ ${SED} 's=dir goemon=dir ${PREFIX}/lib/timidity/goemon=' \ < goemon.cfg.bak > goemon.cfg && \ - rm goemon.cfg.bak + ${RM} goemon.cfg.bak .include <bsd.port.mk> |