diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-26 00:44:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-26 00:44:22 +0000 |
commit | df5382dbbd82ad135bad73694ff9094456f79278 (patch) | |
tree | 01964636654932532c992e377570373c38381d6b /Mk | |
parent | 904f48db63dd8d12b019ac5a0bac5ea0da8ebf07 (diff) | |
download | freebsd-ports-df5382dbbd82ad135bad73694ff9094456f79278.zip |
ocamlfind is not run anymore from any @exec lines
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 b7a33fc8e661..7f3c59d30354 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1815,7 +1815,6 @@ PKGUPGRADE?= ${PKGDIR}/pkg-upgrade _FORCE_POST_PATTERNS= rmdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ - ocamlfind \ ccache-update-links .if defined(USE_LOCAL_MK) |