diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /audio | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
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 0fbe193..3b51489 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> diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 0fbe193..3b51489 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> |