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 /cad/mars | |
parent | 50af3342991a28fc1e594857fcef03e5fdf80c19 (diff) | |
download | ports-3262cce303b354dfda0c0b11bbbda803a827665b.tar.gz ports-3262cce303b354dfda0c0b11bbbda803a827665b.zip |
Notes
Diffstat (limited to 'cad/mars')
-rw-r--r-- | cad/mars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile index 9910326476e3..99ed5a1ef138 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -39,7 +39,7 @@ do-install: @(cd ${PREFIX}/share/doc ; \ ${TAR} xfpz /${DISTDIR}/MaRS-2-doc.tar.gz ; \ [ -d mars ] && ${RM} -rf mars; \ - /bin/mv doc mars ) + ${MV} doc mars ) .endif .include <bsd.port.mk> |