mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Scripts/check_leftovers.sh: Remove exceptions for GHC
These exceptions come from the era when we were packaging Haskell libraries. Registering a Haskell library in the global store results in changes in package.conf.d and doc directories. We don't install Haskell libs anymore, so there is no need in these exceptions. Moreover, both paths are now wrong, because: - share/doc/ghc-%%GHC_VERSION%% was changed to share/doc/ghc - lib/ghc-%%GHC_VERSION%%/package.conf.d was changed to lib/ghc-%%GHC_VERSION%%/lib/package.conf.d
This commit is contained in:
parent
e023c9e3b9
commit
c9c6f17d34
1 changed files with 0 additions and 4 deletions
|
@ -154,10 +154,6 @@ while read -r modtype path extra; do
|
|||
# xmlcatmgr is constantly updating catalog.ports ignore
|
||||
# modification to that file
|
||||
share/xml/catalog.ports) ;;
|
||||
# Ignore ghc's doc index
|
||||
share/doc/ghc-%%GHC_VERSION%%/*) ;;
|
||||
# Ignore ghc's package conf
|
||||
lib/ghc-%%GHC_VERSION%%/package.conf.d/*) ;;
|
||||
# Ignore common system config files
|
||||
/etc/group|\
|
||||
/etc/make.conf|\
|
||||
|
|
Loading…
Add table
Reference in a new issue