diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-24 21:07:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-24 21:07:58 +0000 |
commit | 5cb9da4f368b3d230676a9366356267e86b61a6a (patch) | |
tree | 3b732acb861cc78dcfde9ea97a0d13ca40b3d7ac /devel/hdf5 | |
parent | d1ae9e07ee75764dc979897dafab3adfba8821d0 (diff) | |
download | pkgsrc-5cb9da4f368b3d230676a9366356267e86b61a6a.tar.gz |
Use LTCONFIG_OVERRIDE instead of LIBTOOL_OVERRIDE (for consistency reasons).
Diffstat (limited to 'devel/hdf5')
-rw-r--r-- | devel/hdf5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile index 3f9bb3c44a5..0cae2698a6b 100644 --- a/devel/hdf5/Makefile +++ b/devel/hdf5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/11/25 19:18:08 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/01/24 21:07:58 wiz Exp $ # DISTNAME= hdf5-1.2.2 @@ -13,7 +13,7 @@ DEPENDS+= jpeg-[0-9]*:../../graphics/jpeg GNU_CONFIGURE= YES USE_LIBTOOL= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +LTCONFIG_OVERRIDE= ${WRKSRC}/bin/ltconfig post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5 |