mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
package for solving large sparse systems of linear equations. PR: 83968 Submitted by: Pedro F. Giffuni" <giffunip at asme dot org>
13 lines
378 B
Text
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.
|