$OpenBSD: patch-qwtconfig_pri,v 1.2 2010/11/07 00:26:14 merdely Exp $
--- qwtconfig.pri.orig	Sun Apr 11 05:55:06 2010
+++ qwtconfig.pri	Tue Oct 26 04:57:31 2010
@@ -8,7 +8,7 @@ VER_PAT      = 1
 VERSION      = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
 
 unix {
-    INSTALLBASE    = /usr/local/qwt-5.2.1
+    INSTALLBASE    = ${WRKINST}${PREFIX}
 }
 
 win32 {
@@ -17,7 +17,7 @@ win32 {
 
 target.path    = $$INSTALLBASE/lib
 headers.path   = $$INSTALLBASE/include
-doc.path       = $$INSTALLBASE/doc
+doc.path       = $$INSTALLBASE/share/doc/qwt
 
 ######################################################################
 # qmake internal options
