diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-17 16:18:54 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-17 16:18:54 +0000 |
commit | 72fe46771cf0d99241301abb12d75c4417f82a0e (patch) | |
tree | 4f8b33d01c93e53d99fce1d74a38960934863f15 /Mk | |
parent | c75f3526e9ba73b22ed75af73a1ed915aeb5a029 (diff) | |
download | FreeBSD-ports-72fe46771cf0d99241301abb12d75c4417f82a0e.zip FreeBSD-ports-72fe46771cf0d99241301abb12d75c4417f82a0e.tar.gz |
- Add gtk-query-immodules to _FORCE_POST_PATTERNS to run it post-deinstall
with pkg
- Consistently use full path when running gtk-query-immodules as the path
is embedded in output (we prefer reproducible output)
This fixes leftovers reported by poudriere
====>> Files or directories modified:
etc/gtk-2.0/gtk.immodules
PR: ports/179230
Approved by: portmgr (bapt)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.pkgng.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.pkgng.mk b/Mk/bsd.pkgng.mk index f309bbf..51001c8 100644 --- a/Mk/bsd.pkgng.mk +++ b/Mk/bsd.pkgng.mk @@ -20,6 +20,7 @@ PKGUPGRADE?= ${PKGDIR}/pkg-upgrade _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 \ update-desktop-database update-mime-database \ |