ports/math/laspack/files/patch-makefile
Simon Barner bcd4eab4cb Add laspack 1.12.2,
package for solving large sparse systems of
linear equations.

PR:		83968
Submitted by:	Pedro F. Giffuni" <giffunip at asme dot org>
2005-07-25 09:05:50 +00:00

13 lines
378 B
Text

--- makefile.orig Mon Jul 25 00:24:08 2005
+++ makefile Mon Jul 25 00:24:30 2005
@@ -21,8 +21,8 @@
#
# set the destination directories for the library and include files
#
-LIBDEST = $(HOME)/lib$(ARCH_EXT)
-INCDEST = $(HOME)/include
+LIBDEST = $(PREFIX)/lib
+INCDEST = $(PREFIX)/include
#
# the following text was created automaticaly. You should change it carefully.