aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-11-07 14:18:46 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-11-07 14:18:46 +0000
commitfeec3d68bf8e25bb1bf262167c4d0b84caccbc19 (patch)
treefacea80cad30c0b39448461650e39d464be554bc /security/openssh-portable
parent30b97bab4b4fef660e5cb0c0f6551a1b5cc50a12 (diff)
downloadports-feec3d68bf8e25bb1bf262167c4d0b84caccbc19.tar.gz
ports-feec3d68bf8e25bb1bf262167c4d0b84caccbc19.zip
Fix a typo
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=554393
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 231553d7058c..8bed64d8347e 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -192,7 +192,7 @@ post-configure-XMSS-on:
post-install:
${MV} ${STAGEDIR}${ETCDIR}/ssh_config \
- ${STAGEDIR}${ETCDIR}//ssh_config.sample
+ ${STAGEDIR}${ETCDIR}/ssh_config.sample
${MV} ${STAGEDIR}${ETCDIR}/sshd_config \
${STAGEDIR}${ETCDIR}/sshd_config.sample
.if ${PORT_OPTIONS:MHPN} || ${PORT_OPTIONS:MNONECIPHER}