freebsd-ports/math/algae/files/patch-aa
Will Andrews b888611494 Add algae 4.1.3, a programming language for numerical analysis.
PR:		52397
Submitted by:	Michael Neumann <mneumann@ntecs.de>
2003-06-03 04:05:13 +00:00

17 lines
500 B
Text

--- Makefile.in.orig Sun May 18 17:22:07 2003
+++ Makefile.in Sun May 18 17:23:00 2003
@@ -78,12 +78,12 @@
libdir = $(prefix)/lib
# Directory in which to install the man page.
-mandir = $(datadir)/man/man$(manext)
+mandir = $(prefix)/man/man$(manext)
# The manpage extension
manext = 1
# Directory in which to install the Info files.
-infodir = $(datadir)/info
+infodir = $(prefix)/info
# Directory in which to install the algae tools.
tooldir = $(datadir)/algae/$(VERSION_NUMBER)/tools