1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/math/eukleides/files/patch-Config
Wen Heping 9531afff43 - Update to 1.5.3
- Pass maintainership to submitter

PR:		ports/145771
Submitted by:	Ashish SHUKLA <wahjava@gmail.com>
2010-04-19 09:19:19 +00:00

36 lines
752 B
Plaintext

$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