diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-26 07:41:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-26 07:41:29 +0800 |
commit | 4ba1a10430401ea86a91b08110f4397c3bd56306 (patch) | |
tree | 6f753cbe616b8ecb294bfe5280cf555ef25924d7 /Mk | |
parent | a4faa598c124c3f08754f64de5cd4ceddacc2c68 (diff) | |
download | freebsd-ports-gnome-4ba1a10430401ea86a91b08110f4397c3bd56306.tar.gz freebsd-ports-gnome-4ba1a10430401ea86a91b08110f4397c3bd56306.tar.zst freebsd-ports-gnome-4ba1a10430401ea86a91b08110f4397c3bd56306.zip |
kldxref is not used anymore in any @exec
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index b1760f44b503..8899c6bf0999 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1813,7 +1813,7 @@ PKGPREUPGRADE?= ${PKGDIR}/pkg-pre-upgrade PKGPOSTUPGRADE?= ${PKGDIR}/pkg-post-upgrade PKGUPGRADE?= ${PKGDIR}/pkg-upgrade -_FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \ +_FORCE_POST_PATTERNS= rmdir mkfontscale mkfontdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ gio-querymodules \ gtk-query-immodules \ |