diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-26 16:34:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-26 16:34:53 +0800 |
commit | fe8954391e231b853e2a5d184f5003155b4723c8 (patch) | |
tree | ee8b5e1b129eb075d1379aa9b43aa566a1922926 /Mk | |
parent | cafc9344ef68b0dfa5705f91622ec87919f785c9 (diff) | |
download | freebsd-ports-graphics-fe8954391e231b853e2a5d184f5003155b4723c8.tar.gz freebsd-ports-graphics-fe8954391e231b853e2a5d184f5003155b4723c8.tar.zst freebsd-ports-graphics-fe8954391e231b853e2a5d184f5003155b4723c8.zip |
Add ocamlfind to _FORCE_POST_PATTERNS
This will silence warnings from pkg about files already removed by "ocamlfind remove" during "pkg remove".
Note: I am not convinced that running "ocamlfind remove" during uninstall is necessary as all files are tracked.
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 25b2012d44b..001f0c3b825 100644 --- a/Mk/bsd.pkgng.mk +++ b/Mk/bsd.pkgng.mk @@ -23,6 +23,7 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \ gtk-query-immodules \ ldconfig \ load-octave-pkg \ + ocamlfind \ update-desktop-database update-mime-database \ gdk-pixbuf-query-loaders catalog.ports \ glib-compile-schemas \ |