aboutsummaryrefslogtreecommitdiff
path: root/devel/libhash
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-16 10:33:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-16 10:33:21 +0000
commit40f7e6217e56aaf6e205f50b8ec5211f324882b1 (patch)
treed4847aa4efb655899eb666f729d378ef740dee38 /devel/libhash
parent5052a1425fb609fc69b471b25029c7f2ee9dea18 (diff)
downloadports-40f7e6217e56aaf6e205f50b8ec5211f324882b1.tar.gz
ports-40f7e6217e56aaf6e205f50b8ec5211f324882b1.zip
Notes
Diffstat (limited to 'devel/libhash')
-rw-r--r--devel/libhash/files/patch-Makefile12
1 files changed, 12 insertions, 0 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
+