svn commit: r446238 - head/Mk/Scripts

Gerald Pfeifer gerald at FreeBSD.org
Wed Jul 19 22:29:55 UTC 2017


Author: gerald
Date: Wed Jul 19 22:29:54 2017
New Revision: 446238
URL: https://svnweb.freebsd.org/changeset/ports/446238

Log:
  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)

Modified:
  head/Mk/Scripts/check-stagedir.sh

Modified: head/Mk/Scripts/check-stagedir.sh
==============================================================================
--- head/Mk/Scripts/check-stagedir.sh	Wed Jul 19 22:05:32 2017	(r446237)
+++ head/Mk/Scripts/check-stagedir.sh	Wed Jul 19 22:29:54 2017	(r446238)
@@ -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) ;;


More information about the svn-ports-all mailing list