diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-22 16:20:24 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-22 16:20:24 +0000 |
commit | 74ba41cbe7a535bf2f00248756801d6c8b1b32b6 (patch) | |
tree | 29d634b7c30093e26c03a8e52c6670520979cc94 /science | |
parent | Make links correctly depending on NOMANCOMPRESS. (diff) |
${PKGDIR}/PLIST -> ${PLIST}
Notes
Notes:
svn path=/head/; revision=12717
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf/Makefile | 4 | ||||
-rw-r--r-- | science/hdf5-18/Makefile | 4 | ||||
-rw-r--r-- | science/hdf5/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 4383d6e4413d..50aebd539afa 100644 --- a/science/hdf/Makefile +++ b/science/hdf/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: diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 4383d6e4413d..50aebd539afa 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/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: 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: |