pkgsrc/x11/qwt-qt4/patches/patch-srcpro
drochner 431f169bda roll back to D2011.06.14.22.00.00, i.e. revert to 5.2.1nb4
qwt6 is incompatible, and the update has broken the graphics/scidavis pkg
2011-12-07 13:36:16 +00:00

19 lines
513 B
Text

$NetBSD: patch-srcpro,v 1.3 2011/12/07 13:36:16 drochner Exp $
--- src/src.pro.orig 2009-03-22 16:41:05.000000000 +0100
+++ src/src.pro
@@ -216,9 +216,10 @@ contains(CONFIG, QwtWidgets) {
# Install directives
headers.files = $$HEADERS
-doc.files = $${QWT_ROOT}/doc/html $${QWT_ROOT}/doc/qwt-5.2.0.qch
-unix {
- doc.files += $${QWT_ROOT}/doc/man
-}
+doc.files = $${QWT_ROOT}/doc/html/*
+man.files = $${QWT_ROOT}/doc/man/*
INSTALLS = target headers doc
+unix {
+ INSTALLS += man
+}