Add FreeBSD 11.0

This commit is contained in:
Yorhel 2016-10-18 07:09:27 +02:00
parent a7352d27b9
commit 7535218a06
3 changed files with 12 additions and 2 deletions

View file

@ -155,7 +155,7 @@ find sub {
return warn "$vpath ($path) points outside of the tar directory!\n" if $path !~ s/^\Q$dir\E//;
# Note: fltk also creates pre-formatted pages in /cat$sectre/, but those are ignored.
return warn "Ignoring $vpath\n" if $vpath !~ m{man(?:/([^/]+))?/man[0-9n]/([^/]+)$};
return warn "Ignoring $vpath\n" if $vpath !~ m{man(?:/([^/]+))?/man./([^/]+)$};
my($locale, $fn) = ($1, $2);
return warn "Ignoring $vpath\n" if
$fn =~ /^Makefile\.(in|am)$/