Index: portlint.pl =================================================================== RCS file: /home/pcvs/ports/ports-mgmt/portlint/src/portlint.pl,v retrieving revision 1.94 diff -u -r1.94 portlint.pl --- portlint.pl 9 Jun 2007 19:02:10 -0000 1.94 +++ portlint.pl 11 Jul 2007 18:17:58 -0000 @@ -773,7 +773,7 @@ "for more details."); } - if ($_ =~ m|lib/pkgconfig/[^\.]+.pc$|) { + if ($_ =~ m|lib/pkgconfig/[^\/]+.pc$|) { &perror("FATAL", $file, $., "installing pkg-config files into ". "lib/pkgconfig. All pkg-config files must be installed ". "into libdata/pkgconfig for them to be found by pkg-config.");