ports/math/eukleides/files/patch-Config
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

32 lines
740 B
Text

--- 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