pkgsrc/x11/qwt-qt4/patches/patch-pri
drochner f0a3a24ce2 update to 5.2.2
changes:
-bugfixes
-documentation cleanup

also minor pkg Makefile cleanup
2011-12-07 16:05:09 +00:00

23 lines
658 B
Text

$NetBSD: patch-pri,v 1.6 2011/12/07 16:05:09 drochner Exp $
--- qwtconfig.pri.orig 2011-08-01 09:28:22.000000000 +0000
+++ qwtconfig.pri
@@ -8,7 +8,7 @@ VER_PAT = 2
VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
unix {
- INSTALLBASE = /usr/local/qwt-$$VERSION
+ 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