diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /lang/elk | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.zst freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to 'lang/elk')
-rw-r--r-- | lang/elk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 5546d1006f84..9ff366602f9b 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -31,7 +31,7 @@ post-install: ${CP} bin/scheme ${PREFIX}/bin/elk; \ ${MKDIR} ${PREFIX}/include/elk; \ ${CP} -R include/* ${PREFIX}/include/elk; \ - rm -rf bin include) + ${RM} -rf bin include) @${INSTALL_MAN} ${WRKSRC}/doc/man/elk.1 ${PREFIX}/man/man1 .include <bsd.port.mk> |