mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
2ed5160e28
- Use new LIB_DEPENDS syntax
11 lines
533 B
Plaintext
11 lines
533 B
Plaintext
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
|
|
man/man8/bruteblock.8.gz
|
|
@dirrmtry etc/bruteblock
|