summaryrefslogtreecommitdiffstats
path: root/security/openssh
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-05-13 19:50:57 +0000
committergreen <green@FreeBSD.org>2000-05-13 19:50:57 +0000
commitd2ae93b86cad0f90f1759aa6eab527f0ed8f8927 (patch)
tree0921db14111150cfb2005ac232481bbe2ed0d63b /security/openssh
parenteea7170fed4785792bb9229c7ff45678444ade3e (diff)
downloadFreeBSD-ports-d2ae93b86cad0f90f1759aa6eab527f0ed8f8927.zip
FreeBSD-ports-d2ae93b86cad0f90f1759aa6eab527f0ed8f8927.tar.gz
Oops, put the I back in INSTALL_SCRIPT.
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 ac30983..2f369c2 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}; \
OpenPOWER on IntegriCloud