summaryrefslogtreecommitdiff
path: root/x11/qwt/patches/patch-srcpro
blob: a0ffe5ed6a8d3222eac416bafcd8ee96ff870219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-srcpro,v 1.1 2007/11/05 12:56:44 rillig Exp $

--- src/src.pro.orig	2007-06-11 07:41:29.000000000 +0200
+++ src/src.pro	2007-10-15 14:57:50.000000000 +0200
@@ -188,9 +188,10 @@ contains(CONFIG, QwtWidgets) {
 # Install directives
 
 headers.files  = $$HEADERS
-doc.files      = ../doc/html
-unix {
-    doc.files      += ../doc/man
-}
+doc.files      = ../doc/html/*
+man.files      = ../doc/man/man3
 
 INSTALLS       = target headers doc
+unix {
+    INSTALLS  += man
+}