summaryrefslogtreecommitdiff
path: root/science/hdf5/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-22 16:20:24 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-22 16:20:24 +0000
commit74ba41cbe7a535bf2f00248756801d6c8b1b32b6 (patch)
tree29d634b7c30093e26c03a8e52c6670520979cc94 /science/hdf5/Makefile
parentMake links correctly depending on NOMANCOMPRESS. (diff)
${PKGDIR}/PLIST -> ${PLIST}
Notes
Notes: svn path=/head/; revision=12717
Diffstat (limited to '')
-rw-r--r--science/hdf5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile
index 4383d6e4413d..50aebd539afa 100644
--- a/science/hdf5/Makefile
+++ b/science/hdf5/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 November 1996
# Whom: mi
#
-# $Id: Makefile,v 1.5 1998/08/21 21:40:02 hoek Exp $
+# $Id: Makefile,v 1.6 1998/08/21 23:11:03 hoek Exp $
#
DISTNAME= HDF4.1r2
@@ -60,7 +60,7 @@ pre-build:
-ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/
post-install:
- @for binary in `grep ^bin/ ${PKGDIR}/PLIST` ; do strip ${PREFIX}/$$binary; done
+ @for binary in `grep ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done
${LDCONFIG} -m ${PREFIX}/lib
test: