diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-26 08:36:40 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-26 08:36:40 +0800 |
commit | 904f48db63dd8d12b019ac5a0bac5ea0da8ebf07 (patch) | |
tree | 666f701132b07d3f683d626918c58e50f537342e /Mk | |
parent | 460ab80d2a185abde3b76d833f92300e8e059526 (diff) | |
download | freebsd-ports-gnome-904f48db63dd8d12b019ac5a0bac5ea0da8ebf07.tar.gz freebsd-ports-gnome-904f48db63dd8d12b019ac5a0bac5ea0da8ebf07.tar.zst freebsd-ports-gnome-904f48db63dd8d12b019ac5a0bac5ea0da8ebf07.zip |
update-desktop-database is not used anymore @*exec
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 0399bd92fe19..b7a33fc8e661 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1816,7 +1816,6 @@ PKGUPGRADE?= ${PKGDIR}/pkg-upgrade _FORCE_POST_PATTERNS= rmdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ ocamlfind \ - update-desktop-database \ ccache-update-links .if defined(USE_LOCAL_MK) |