sslscan: add note about removing workarounds on next release

This commit is contained in:
Andrew Janke 2015-12-24 23:27:19 -05:00
parent fa7cd7b7c8
commit 8e6736edf2

View file

@ -17,6 +17,7 @@ class Sslscan < Formula
depends_on "openssl"
def install
# Note: when next version (>1.11.1) comes out, revise this per https://github.com/Homebrew/homebrew/pull/47229
rm "INSTALL"
system "make"
system "make", "install", "BINPATH=#{bin}", "MANPATH=#{man}/"