2012-10-02 01:54:47 +00:00
|
|
|
$OpenBSD: patch-src-QT4_kdiff3_pro,v 1.2 2012/10/02 01:54:47 lteo Exp $
|
|
|
|
--- src-QT4/kdiff3.pro.orig Sat Jul 14 06:27:14 2012
|
|
|
|
+++ src-QT4/kdiff3.pro Thu Sep 27 00:29:53 2012
|
|
|
|
@@ -64,11 +64,11 @@ os2 {
|
|
|
|
}
|
2011-09-21 08:08:18 +00:00
|
|
|
|
|
|
|
unix {
|
|
|
|
- documentation.path = /usr/local/share/doc/kdiff3
|
|
|
|
+ documentation.path = ${PREFIX}/share/doc/kdiff3
|
|
|
|
documentation.files = ../doc/*
|
|
|
|
|
|
|
|
INSTALLS += documentation
|
|
|
|
|
|
|
|
- target.path = /usr/local/bin
|
|
|
|
+ target.path = ${PREFIX}/bin
|
|
|
|
INSTALLS += target
|
|
|
|
}
|