aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-10 08:57:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-10 08:57:37 +0000
commit59d21390f7a4374d2fd37bae9f6dcd48ae63f057 (patch)
tree44fdd4964b10b5ecb839973789dca107a7db9fdd /security
parent2e8e6a12756fe970f17bef2fe86cc03f06fe0742 (diff)
downloadports-59d21390f7a4374d2fd37bae9f6dcd48ae63f057.tar.gz
ports-59d21390f7a4374d2fd37bae9f6dcd48ae63f057.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index f4a3970d80ef..2969a1c8d7e0 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -141,7 +141,7 @@ post-install:
${PREFIX}/bin/ssh-keygen -t dsa -N "" -f ${ETCSSH}/ssh_host_dsa_key
.endif
.endif
-.if !exists(${ETCSSH}/moduli) && !exists(${ETCOLD}/moduli)
+.if !exists(${ETCSSH}/moduli)
@${ECHO_MSG} ">> Installing moduli."
${INSTALL_DATA} -c ${FILESDIR}/moduli ${ETCSSH}/moduli
.endif