1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Fix BATCH problem in CURRENT

This commit is contained in:
Dirk Meyer 2002-09-10 08:57:37 +00:00
parent 2e8e6a1275
commit 59d21390f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66031

View File

@ -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