diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-11-10 23:55:42 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-11-10 23:55:42 +0000 |
commit | c906745e9dbd456271adb55da17f4cd90c102e38 (patch) | |
tree | 1a2035e5f2b06d8031fb09e948a44429e6e850d2 /Mk | |
parent | 1895053da975f9d030b88687bbda53a5f33882f0 (diff) | |
download | freebsd-ports-c906745e9dbd456271adb55da17f4cd90c102e38.zip |
Add share/info/*/dir to those files in STAGEDIR to ignore when checking
for orphans, i.e., files in STAGEDIR that are not covered by plist.
This is a follow-up to revision 484628 after which texinfo files are
now installed into ${PREFIX}/share/info. (A file "dir" is then created
and maintained by the tooling.)
Approved by: portmgr (antoine)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/check-stagedir.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/check-stagedir.sh b/Mk/Scripts/check-stagedir.sh index 0b0f1377351c..9037df598e6b 100644 --- a/Mk/Scripts/check-stagedir.sh +++ b/Mk/Scripts/check-stagedir.sh @@ -154,7 +154,7 @@ check_orphans_from_plist() { */.svn/*|'@dir '*/.svn) ;; */.svnignore) ;; */CVS/*|'@dir '*/CVS) ;; - */info/dir|info/dir|info/*/dir) ;; + */info/dir|info/dir|info/*/dir|share/info/*/dir) ;; share/fonts/*/fonts.dir) ;; share/fonts/*/fonts.scale) ;; share/applications/mimeinfo.cache) ;; |