aboutsummaryrefslogtreecommitdiffstats
path: root/math/eukleides/files/patch-Config
blob: 760e10d83e242700695df827a2ef9f53ba3d1b11 (plain) (blame)
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
33
34
35

$FreeBSD$

--- Config.orig
+++ Config
@@ -2,13 +2,13 @@
 # Copyright (c) Christian Obrecht 2004-2010
 
 # Installation prefix
-PREFIX=/usr/local
+PREFIX=%%PREFIX%%
 
 BINARIES = eukleides euktopst
 
 # Localized keywords
 # Uncomment to enable this feature.
-# LOCALES = de fr
+LOCALES = de fr
 
 # Documentation
 # Alternative targets are 'pdf' and 'html'.
@@ -27,9 +27,9 @@
 BIN_DIR = $(PREFIX)/bin
 SHARE_DIR = $(PREFIX)/share
 MO_DIR = $(SHARE_DIR)/locale
-DOC_DIR = $(SHARE_DIR)/doc/eukleides
-EXM_DIR = $(DOC_DIR)/examples
-MAN_DIR = $(SHARE_DIR)/man/man1
-INFO_DIR = $(SHARE_DIR)/info
+DOC_DIR = %%DOCSDIR%%
+EXM_DIR = %%EXAMPLESDIR%%
+MAN_DIR = $(PREFIX)/man/man1
+INFO_DIR = $(PREFIX)/info
 TEX_DIR = $(SHARE_DIR)/texmf/tex/latex/eukleides