blob: a7c32c3603c91727ce4a2953281fe09b777636f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
$NetBSD: patch-aa,v 1.3 2005/10/20 11:38:20 wiz Exp $
--- qnetwalk.pro.orig 2005-04-10 20:31:16.000000000 +0200
+++ qnetwalk.pro
@@ -51,22 +51,22 @@ TRANSLATIONS = translations/qnetwalk_
translations/qnetwalk_ru.ts
TARGET = qnetwalk
-target.path = /usr/local/bin
+target.path = @QNETWALK_BIN@
INSTALLS += target
-man.path = /usr/local/man/man6
+man.path = @QNETWALK_MAN@
man.files = qnetwalk.6
INSTALLS += man
-tr.path = /usr/local/share/qnetwalk/translations
+tr.path = @QNETWALK_TR@
tr.files = translations/*.qm
INSTALLS += tr
-sounds.path = /usr/local/share/qnetwalk/sounds
+sounds.path = @QNETWALK_DATA@
sounds.files = sounds/*.wav
INSTALLS += sounds
-KDEROOT = $$(KDEDIR)
+KDEROOT = @KDEDIR@
isEmpty( KDEROOT ) {
KDEROOT = /usr
|