JAG is an arcade-puzzle 2D game. The aim of JAG is to break all of the target pieces on each level, and to do this before the time runs out. tweaks & ok landry
16 lines
471 B
Plaintext
16 lines
471 B
Plaintext
$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
|