# File lib/chef/provider/package/freebsd.rb, line 71
        def file_candidate_version_path
          Dir["#{@new_resource.source}/#{@current_resource.package_name}*"][-1].to_s
        end