diff options
Diffstat (limited to 'math/eukleides/files/patch-Config')
-rw-r--r-- | math/eukleides/files/patch-Config | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/math/eukleides/files/patch-Config b/math/eukleides/files/patch-Config index 7a048a5c7bf9..f472ca658f6b 100644 --- a/math/eukleides/files/patch-Config +++ b/math/eukleides/files/patch-Config @@ -1,13 +1,6 @@ ---- Config.orig +--- Config.orig 2010-04-27 06:31:00 UTC +++ Config -@@ -2,13 +2,13 @@ - # Copyright (c) Christian Obrecht 2004-2010 - - # Installation prefix --PREFIX=/usr/local -+PREFIX=%%PREFIX%% - - BINARIES = eukleides euktopst +@@ -8,7 +8,7 @@ BINARIES = eukleides euktopst # Localized keywords # Uncomment to enable this feature. @@ -16,7 +9,7 @@ # Documentation # Alternative targets are 'pdf' and 'html'. -@@ -27,9 +27,9 @@ +@@ -27,9 +27,9 @@ PAPER = A4 BIN_DIR = $(PREFIX)/bin SHARE_DIR = $(PREFIX)/share MO_DIR = $(SHARE_DIR)/locale @@ -24,9 +17,9 @@ -EXM_DIR = $(DOC_DIR)/examples -MAN_DIR = $(SHARE_DIR)/man/man1 -INFO_DIR = $(SHARE_DIR)/info -+DOC_DIR = %%DOCSDIR%% -+EXM_DIR = %%EXAMPLESDIR%% ++DOC_DIR = ${PREFIX}/share/doc/eukleides ++EXM_DIR = ${PREFIX}/share/examples/eukleides +MAN_DIR = $(PREFIX)/man/man1 -+INFO_DIR = $(PREFIX)/info ++INFO_DIR = $(PREFIX)/share/info TEX_DIR = $(SHARE_DIR)/texmf/tex/latex/eukleides |