svn commit: r554393 - head/security/openssh-portable

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Nov 7 14:18:47 UTC 2020


Author: 0mp
Date: Sat Nov  7 14:18:46 2020
New Revision: 554393
URL: https://svnweb.freebsd.org/changeset/ports/554393

Log:
  Fix a typo
  
  Approved by:	portmgr blanket

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Sat Nov  7 14:04:31 2020	(r554392)
+++ head/security/openssh-portable/Makefile	Sat Nov  7 14:18:46 2020	(r554393)
@@ -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}


More information about the svn-ports-all mailing list