get bin files to participate, as noticed by sthen

This commit is contained in:
espie 2010-06-25 10:37:03 +00:00
parent 91d9a23e3b
commit 957d837c10

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl
# $OpenBSD: find-all-conflicts,v 1.18 2010/06/10 23:08:14 espie Exp $
# $OpenBSD: find-all-conflicts,v 1.19 2010/06/25 10:37:03 espie Exp $
# Copyright (c) 2000-2005
# Marc Espie. All rights reserved.
# Redistribution and use in source and binary forms, with or without
@ -221,7 +221,7 @@ sub handle_portsdir
local $_;
while (<$fh>) {
return if m/^\=\=\=\> /o;
next unless m/^\@(?:cwd|name|info|man|file|lib|shell|conflict|comment\s+subdir\=)\b/o || !m/^\@/o;
next unless m/^\@(?:cwd|name|info|man|file|lib|shell|bin|conflict|comment\s+subdir\=)\b/o || !m/^\@/o;
&$cont($_);
}
$done = 1;