mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
24 lines
658 B
Plaintext
24 lines
658 B
Plaintext
$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
|