aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libhash/files/patch-Makefile12
-rw-r--r--devel/libstocks/files/Makefile.lib3
-rw-r--r--finance/libstocks/files/Makefile.lib3
3 files changed, 16 insertions, 2 deletions
diff --git a/devel/libhash/files/patch-Makefile b/devel/libhash/files/patch-Makefile
new file mode 100644
index 000000000000..daf3c29dbef3
--- /dev/null
+++ b/devel/libhash/files/patch-Makefile
@@ -0,0 +1,12 @@
+--- Makefile.orig Sun Jun 16 03:28:47 2002
++++ Makefile Sun Jun 16 03:29:04 2002
+@@ -22,7 +22,8 @@
+ SHLIB_MAJOR= 1
+
+ PREFIX?= /usr/local
+-INCDIR= ${PREFIX}/include
++INCSDIR=${PREFIX}/include
++INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
+ LIBDIR= ${PREFIX}/lib
+ MANDIR= ${PREFIX}/man/man
+
diff --git a/devel/libstocks/files/Makefile.lib b/devel/libstocks/files/Makefile.lib
index d4c59208ceaf..04853c049c27 100644
--- a/devel/libstocks/files/Makefile.lib
+++ b/devel/libstocks/files/Makefile.lib
@@ -1,6 +1,7 @@
PREFIX?=/usr/local
LIBDIR= ${PREFIX}/lib
-INCDIR= ${PREFIX}/include
+INCSDIR=${PREFIX}/include
+INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
LIB= stocks
SHLIB_MAJOR=0
diff --git a/finance/libstocks/files/Makefile.lib b/finance/libstocks/files/Makefile.lib
index d4c59208ceaf..04853c049c27 100644
--- a/finance/libstocks/files/Makefile.lib
+++ b/finance/libstocks/files/Makefile.lib
@@ -1,6 +1,7 @@
PREFIX?=/usr/local
LIBDIR= ${PREFIX}/lib
-INCDIR= ${PREFIX}/include
+INCSDIR=${PREFIX}/include
+INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
LIB= stocks
SHLIB_MAJOR=0