--- ../patch-o-matic-ng/Netfilter_POM.pm.orig 2008-03-04 14:29:20.000000000 +0100 +++ ../patch-o-matic-ng/Netfilter_POM.pm 2008-03-04 14:30:10.000000000 +0100 @@ -128,7 +128,7 @@ or croak "Missing Makefile from $self->{projects}->{iptables}->{PATH}!"; while (my $line = ) { chomp($line); - if ($line =~ /^IPTABLES_VERSION:=(\S+)/) { + if ($line =~ /^VERSION =\s*(\S+)/) { $version = $1; # don't support versioning like 1.2.3b! $version =~ s/[^\d\.]//g;