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:
parent
1fdaf72045
commit
fe8181378f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446238
1 changed files with 1 additions and 1 deletions
|
@ -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) ;;
|
||||
|
|
Loading…
Reference in a new issue