diff options
author | max <max@FreeBSD.org> | 1997-09-12 02:31:52 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-12 02:31:52 +0800 |
commit | 6373aed184c8b5a8bc8879f8ed438f62173e359e (patch) | |
tree | 8872b3c617d65e8fcb030e2276ef29da4a624865 /security/ssh2/Makefile | |
parent | 41fe08196b1dbbe237a21eedf8b34928a33d0ee7 (diff) | |
download | freebsd-ports-gnome-6373aed184c8b5a8bc8879f8ed438f62173e359e.tar.gz freebsd-ports-gnome-6373aed184c8b5a8bc8879f8ed438f62173e359e.tar.zst freebsd-ports-gnome-6373aed184c8b5a8bc8879f8ed438f62173e359e.zip |
mv -> ${MV}.
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index bd5e26f3c800..f17c8c4c7f9d 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.42 1997/07/01 02:39:26 adam Exp $ +# $Id: Makefile,v 1.43 1997/07/18 05:04:17 asami Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -67,7 +67,7 @@ MAN8= sshd.8 pre-patch: - @mv -f ${WRKSRC}/make-ssh-known-hosts.pl \ + @${MV} -f ${WRKSRC}/make-ssh-known-hosts.pl \ ${WRKSRC}/make-ssh-known-hosts.pl.in fetch-depends: |