qwtpolar: fix build

Closes #48608.

Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
FX Coudert 2020-01-06 21:34:48 +01:00 committed by Rui Chen
parent a81df55005
commit 3c9eb41a97

View file

@ -21,11 +21,7 @@ class Qwtpolar < Formula
patch :DATA
def install
cd "doc" do
doc.install "html"
man3.install Dir["man/man3/{q,Q}wt*"]
end
# Remove leftover doxygen files, so they don't get installed
# Doc install is broken, remove it to avoid errors
rm_r "doc"
inreplace "qwtpolarconfig.pri" do |s|