mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
92eaeee9b4
- Be more picky about whats PORTDOCS and what not - Moved john.conf from ${DATADIR} to ${PREFIX}/etc - Preserve existing/changed config file on install/deinstall - Remove files/patch-john.conf
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
bin/john
|
|
bin/unshadow
|
|
bin/xtract
|
|
@unexec if cmp -s %D/etc/john.conf %D/etc/john.conf.default; then rm -f %D/etc/john.conf; fi
|
|
etc/john.conf.default
|
|
@exec [ -f %B/john.conf ] || cp %B/%f %B/john.conf
|
|
%%DATADIR%%/all.chr
|
|
%%DATADIR%%/alnum.chr
|
|
%%DATADIR%%/alpha.chr
|
|
%%DATADIR%%/digits.chr
|
|
%%DATADIR%%/lanman.chr
|
|
%%DATADIR%%/password.lst
|
|
@dirrm %%DATADIR%%
|