aboutsummaryrefslogtreecommitdiffstats
path: root/security/bruteblock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/bruteblock/Makefile')
-rw-r--r--security/bruteblock/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/bruteblock/Makefile b/security/bruteblock/Makefile
index ab7b2c04aa88..2a2168b5e59d 100644
--- a/security/bruteblock/Makefile
+++ b/security/bruteblock/Makefile
@@ -29,7 +29,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bruteblockd ${STAGEDIR}${PREFIX}/sbin/
${MKDIR} ${STAGEDIR}${CONFDIR}
.for file in ssh proftpd
- ${INSTALL_DATA} ${WRKSRC}/etc/${file}.conf ${STAGEDIR}${CONFDIR}/${file}.conf.dist
+ ${INSTALL_DATA} ${WRKSRC}/etc/${file}.conf ${STAGEDIR}${CONFDIR}/${file}.conf.sample
.endfor
${INSTALL_MAN} ${WRKSRC}/doc/bruteblock.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/
${MKDIR} ${STAGEDIR}${DOCSDIR}