026cfe3180
- Prefer HTTP mirrors as they are generally more accessible than FTP ones - Install support scripts in addition to datafiles - Simplify PORTDOCS handling, utilize BUILD_WRKSRC, and clean up things PR: ports/146114 [*] Submitted by: lme
17 lines
455 B
Text
17 lines
455 B
Text
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%%/genincstats.rb
|
|
%%DATADIR%%/lanman.chr
|
|
%%DATADIR%%/netntlm.pl
|
|
%%DATADIR%%/netscreen.py
|
|
%%DATADIR%%/password.lst
|
|
%%DATADIR%%/sap_prepare.pl
|
|
@dirrm %%DATADIR%%
|