# File lib/fpm/package/freebsd.rb, line 155
  def to_s(format=nil)
    return super(format.nil? ? "NAME-FULLVERSION.EXTENSION" : format)
  end