Ignore info/*/dir (as used by the lang/gcc* ports, for example) in addition

to */info/dir and info/dir.

PR:		219274
Approved by:	portmgr (mat)
This commit is contained in:
Gerald Pfeifer 2017-07-19 22:29:54 +00:00
parent 1fdaf72045
commit fe8181378f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446238

View file

@ -152,7 +152,7 @@ check_orphans_from_plist() {
*/.svn/*|'@dir '*/.svn) ;;
*/.svnignore) ;;
*/CVS/*|'@dir '*/CVS) ;;
*/info/dir|info/dir) ;;
*/info/dir|info/dir|info/*/dir) ;;
share/fonts/*/fonts.dir) ;;
share/fonts/*/fonts.scale) ;;
share/applications/mimeinfo.cache) ;;