summaryrefslogtreecommitdiff
path: root/x11/qwt-qt4/patches/patch-pri
blob: aa022fa943853277882d8c2fca4267ae4f4a3283 (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.5 2011/12/07 13:36:16 drochner Exp $

--- qwtconfig.pri.orig	2010-04-11 09:55:06.000000000 +0000
+++ qwtconfig.pri
@@ -8,7 +8,7 @@ VER_PAT      = 1
 VERSION      = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
 
 unix {
-    INSTALLBASE    = /usr/local/qwt-5.2.1
+    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