diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-11 18:31:52 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-11 18:31:52 +0000 |
commit | 30e38e5731046915c68922f1a83df4b0130cc8cc (patch) | |
tree | 666b6214ae5c6529a26c15fb1d5d2b4f5c46c3ef /security | |
parent | Upgrade to 0911 (diff) |
mv -> ${MV}.
Notes
Notes:
svn path=/head/; revision=7863
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index bd5e26f3c800..f17c8c4c7f9d 100644 --- a/security/ssh/Makefile +++ b/security/ssh/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: 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: |