diff options
author | jlam <jlam> | 2002-02-06 16:58:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-06 16:58:11 +0000 |
commit | 52bbc5d723e71729f9c60d5aa69186def355e352 (patch) | |
tree | 0314060661b2a2c2c29d92417a77330da29f157e /devel/hdf5 | |
parent | 9a24d6a467e5d5e0e41aafc12668cb2eb92d7a5e (diff) | |
download | pkgsrc-52bbc5d723e71729f9c60d5aa69186def355e352.tar.gz |
Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*. This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
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 1b73f4015f1..79dc3ffbca7 100644 --- a/devel/hdf5/Makefile +++ b/devel/hdf5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/05/12 05:47:25 tron Exp $ +# $NetBSD: Makefile,v 1.12 2002/02/06 16:58:12 jlam Exp $ DISTNAME= hdf5-1.4.1 CATEGORIES= devel @@ -17,7 +17,7 @@ USE_LIBTOOL= #defined LTCONFIG_OVERRIDE= ${WRKSRC}/bin/ltconfig pre-install: - ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} \ + ${LIBTOOL} --mode=install ${INSTALL_DATA} \ ${WRKSRC}/tools/lib/libh5tools.la ${PREFIX}/lib post-install: |