summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-05-13 19:50:57 +0000
committerBrian Feldman <green@FreeBSD.org>2000-05-13 19:50:57 +0000
commitd14f2efe5113f291f2c8f1873ebaca3521b891da (patch)
treecd3e63316eebcdf02eebd01b8f4f5705bf955050 /security/openssh
parentFix a mistake with pwcopy-related patches. (diff)
Oops, put the I back in INSTALL_SCRIPT.
Notes
Notes: svn path=/head/; revision=28439
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index ac3098389063..2f369c293ee9 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -88,7 +88,7 @@ post-install:
${PREFIX}/bin/ssh-keygen -d -N "" -f ${PREFIX}/etc/ssh_host_dsa_key
.endif
.if !exists(${PREFIX}/etc/rc.d/sshd.sh)
- @${NSTALL_SCRIPT} ${WRKSRC}/sshd.sh ${PREFIX}/etc/rc.d/
+ @${INSTALL_SCRIPT} ${WRKSRC}/sshd.sh ${PREFIX}/etc/rc.d/
.endif
.if !exists(${PREFIX}/etc/ssh_config) && !exists(${PREFIX}/etc/sshd_config)
@cd ${WRKSRC}; \