sslscan: Install man page.

Closes Homebrew/homebrew#47229.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
David E. Smith 2015-12-21 08:37:26 -06:00 committed by Andrew Janke
parent 4b9c5c328f
commit 4608e773b4

View file

@ -16,8 +16,9 @@ class Sslscan < Formula
depends_on "openssl" depends_on "openssl"
def install def install
rm "INSTALL"
system "make" system "make"
bin.install "sslscan" system "make", "install", "BINPATH=#{bin}", "MANPATH=#{man}/"
end end
test do test do