$OpenBSD: patch-Game_pro,v 1.1.1.1 2013/01/27 23:54:51 stsp Exp $
--- Game.pro.orig	Wed Jan  9 02:41:03 2013
+++ Game.pro	Wed Jan  9 02:41:45 2013
@@ -5,9 +5,9 @@ QT += xml \
     opengl
 unix: {
     TARGET = ./bin/jag
-    target.path = /usr/local/bin/
+    target.path = ${PREFIX}/bin/
     INSTALLS += target
-    datas.path = /usr/local/games/jag
+    datas.path = ${PREFIX}/share/jag
     datas.files = data
     INSTALLS += datas
     LIBS += -lXrandr
