$FreeBSD: head/multimedia/libvpx/files/patch-build_make_Makefile 336806 2013-12-18 09:05:36Z ashish $ --- build/make/Makefile.orig +++ build/make/Makefile @@ -230,8 +230,8 @@ define install_map_template $(DIST_DIR)/$(1): $(2) $(if $(quiet),@echo " [INSTALL] $$@") - $(qexec)mkdir -p $$(dir $$@) - $(qexec)cp -p $$< $$@ + $(qexec)install -d $$(dir $$@) + $(qexec)install -p $$< $$(dir $$@) endef define archive_template