diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-19 09:19:19 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-19 09:19:19 +0000 |
commit | 9531afff4332f60b89f43922a32be622fe0cd12f (patch) | |
tree | cffe727b78104327680d43a9a898afb55f8b4270 /math/eukleides/files/patch-Config | |
parent | - Update to 2010-04-18 (diff) |
- Update to 1.5.3
- Pass maintainership to submitter
PR: ports/145771
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
Notes
Notes:
svn path=/head/; revision=252900
Diffstat (limited to 'math/eukleides/files/patch-Config')
-rw-r--r-- | math/eukleides/files/patch-Config | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/math/eukleides/files/patch-Config b/math/eukleides/files/patch-Config new file mode 100644 index 000000000000..760e10d83e24 --- /dev/null +++ b/math/eukleides/files/patch-Config @@ -0,0 +1,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 + |