sslscan: Install man page.
Closes Homebrew/homebrew#47229. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
4b9c5c328f
commit
4608e773b4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue