summaryrefslogtreecommitdiff
path: root/x11/qwt-qt4/patches/patch-pri
blob: 4ae4a065a287b61ba13fa4fb5856b83438db1bf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-pri,v 1.1.1.1 2009/11/24 19:22:33 drochner Exp $

--- qwtconfig.pri.orig	2009-03-22 16:41:05.000000000 +0100
+++ qwtconfig.pri
@@ -8,7 +8,7 @@ VER_PAT      = 0
 VERSION      = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
 
 unix {
-    INSTALLBASE    = /usr/local/qwt-5.2.0
+    INSTALLBASE    = $$(PREFIX)
 }
 
 win32 {
@@ -17,7 +17,8 @@ win32 {
 
 target.path    = $$INSTALLBASE/lib
 headers.path   = $$INSTALLBASE/include
-doc.path       = $$INSTALLBASE/doc
+doc.path       = $$INSTALLBASE/share/doc/qwt
+man.path       = $$INSTALLBASE/${PKGMANDIR}
 
 ######################################################################
 # qmake internal options