aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/bruteblock/Makefile2
-rw-r--r--security/bruteblock/pkg-plist8
2 files changed, 3 insertions, 7 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}
diff --git a/security/bruteblock/pkg-plist b/security/bruteblock/pkg-plist
index fb4fdf3a9ec5..ef8db0444e65 100644
--- a/security/bruteblock/pkg-plist
+++ b/security/bruteblock/pkg-plist
@@ -1,9 +1,5 @@
sbin/bruteblock
sbin/bruteblockd
-@unexec if cmp -s %D/etc/bruteblock/proftpd.conf.dist %D/etc/bruteblock/proftpd.conf; then rm -f %D/etc/bruteblock/proftpd.conf; fi
-etc/bruteblock/proftpd.conf.dist
-@exec if [ ! -f %B/proftpd.conf ]; then cp -p %D/%F %B/proftpd.conf; fi
-@unexec if cmp -s %D/etc/bruteblock/ssh.conf.dist %D/etc/bruteblock/ssh.conf; then rm -f %D/etc/bruteblock/ssh.conf; fi
-etc/bruteblock/ssh.conf.dist
-@exec if [ ! -f %B/ssh.conf ]; then cp -p %D/%F %B/ssh.conf; fi
+@sample etc/bruteblock/proftpd.conf.sample
+@sample etc/bruteblock/ssh.conf.sample
man/man8/bruteblock.8.gz
661cbbdb46077d166fdf2046d5f0'>For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-231-1/+3 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 * -remove MD5ohauer2011-07-031-1/+0 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Fix build on powerpc.linimon2010-04-262-2/+10 * Mark various ports as broken or ignore on powerpc.linimon2010-04-011-0/+2 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-03