diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-26 06:37:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-26 06:37:40 +0000 |
commit | a11549b6510f156f9c41c67971263264b4be2e98 (patch) | |
tree | da1b85c3896d7c0f532f149f2f4e1c29d6913536 /Mk/bsd.port.mk | |
parent | 5c7ae0417ccb416fcd29dc4998a2379f6239e07f (diff) | |
download | ports-a11549b6510f156f9c41c67971263264b4be2e98.tar.gz ports-a11549b6510f156f9c41c67971263264b4be2e98.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 7f3c59d30354..9f21f7da7bab 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1813,8 +1813,16 @@ PKGPREUPGRADE?= ${PKGDIR}/pkg-pre-upgrade PKGPOSTUPGRADE?= ${PKGDIR}/pkg-post-upgrade PKGUPGRADE?= ${PKGDIR}/pkg-upgrade -_FORCE_POST_PATTERNS= rmdir fc-cache \ +_FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ + gio-querymodules \ + gtk-query-immodules \ + ldconfig \ + load-octave-pkg \ + ocamlfind \ + update-desktop-database update-mime-database \ + gdk-pixbuf-query-loaders catalog.ports \ + glib-compile-schemas \ ccache-update-links .if defined(USE_LOCAL_MK) |