openbsd-ports/devel/kdiff3/patches/patch-src-QT4_kdiff3_pro

18 lines
470 B
Plaintext
Raw Normal View History

$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 {
}
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
}