aboutsummaryrefslogtreecommitdiff
path: root/science/hdf
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-05 03:20:31 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-05 03:20:31 +0000
commit6914ceca7de21cf3c2e9627e3bf50e235638a2f8 (patch)
tree111c53a1d63d79712d1b5a8e33c06455813ad309 /science/hdf
parent0ffa98531e92e8b26e9daecfcfd388c236051101 (diff)
downloadports-6914ceca7de21cf3c2e9627e3bf50e235638a2f8.tar.gz
ports-6914ceca7de21cf3c2e9627e3bf50e235638a2f8.zip
Notes
Diffstat (limited to 'science/hdf')
-rw-r--r--science/hdf/Makefile3
-rw-r--r--science/hdf/scripts/post-patch2
2 files changed, 2 insertions, 3 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile
index 1656e3981826..761f28aefb08 100644
--- a/science/hdf/Makefile
+++ b/science/hdf/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 November 1996
# Whom: mi
#
-# $Id: Makefile,v 1.7 1998/08/22 16:20:24 hoek Exp $
+# $Id: Makefile,v 1.8 1998/09/15 11:45:52 asami Exp $
#
DISTNAME= HDF4.1r2
@@ -61,7 +61,6 @@ pre-build:
post-install:
@for binary in `grep ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done
- ${LDCONFIG} -m ${PREFIX}/lib
test:
cd ${WRKSRC}; make ${MAKE_FLAGS} ${MAKEFILE} test
diff --git a/science/hdf/scripts/post-patch b/science/hdf/scripts/post-patch
index 0922398e3d40..abb1fc2ea1fb 100644
--- a/science/hdf/scripts/post-patch
+++ b/science/hdf/scripts/post-patch
@@ -51,7 +51,7 @@ patch -p << END_OF_PATCH
@@ -72,2 +72,2 @@
-ZLIBLIB=\$(srcdir)/../zlib
-ZLIBINC=\$(srcdir)/../zlib
-+ZLIBLIB=-lz \$(pwrkdir)
++ZLIBLIB=-lz
+ZLIBINC=/usr/include
END_OF_PATCH
done