From bd2d05230990f0cd746020d8d1cbd02c42e96f00 Mon Sep 17 00:00:00 2001 From: mnag Date: Sun, 1 Oct 2006 19:37:54 +0000 Subject: - Install ssh_config-dist and sshd_config-dist in OVERWRITE_BASE too. --- security/openssh-portable/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'security/openssh-portable/Makefile') diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 81167ca74641..dc3183b9e4ea 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -219,10 +219,8 @@ pre-install: .endfor post-install: -.if !defined(WITH_OVERWRITE_BASE) ${INSTALL_DATA} -c ${WRKSRC}/ssh_config.out ${ETCSSH}/ssh_config-dist ${INSTALL_DATA} -c ${WRKSRC}/sshd_config.out ${ETCSSH}/sshd_config-dist -.endif .if defined(WITH_OVERWRITE_BASE) @${ECHO_CMD} "===> Installing rc.d startup script(s)" @${ECHO_CMD} "@cwd ${LOCALBASE}" >> ${TMPPLIST} -- cgit