diff options
author | jlam <jlam@pkgsrc.org> | 2002-02-06 16:58:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-02-06 16:58:11 +0000 |
commit | 7046abc822c457a46356fad85e66757b13c0841d (patch) | |
tree | 0314060661b2a2c2c29d92417a77330da29f157e /devel | |
parent | d93fe0cd603b60e69ea77059d773740a1d6c4733 (diff) | |
download | pkgsrc-7046abc822c457a46356fad85e66757b13c0841d.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')
-rw-r--r-- | devel/bmake/Makefile | 8 | ||||
-rw-r--r-- | devel/hdf5/Makefile | 4 | ||||
-rw-r--r-- | devel/idiff/Makefile | 4 | ||||
-rw-r--r-- | devel/mk-files/Makefile | 6 | ||||
-rw-r--r-- | devel/pwlib/Makefile | 6 | ||||
-rw-r--r-- | devel/unidiff/Makefile | 8 |
6 files changed, 18 insertions, 18 deletions
diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index 02c539c4e1f..17d4f385488 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/10/18 21:41:06 sjg Exp $ +# $NetBSD: Makefile,v 1.4 2002/02/06 16:58:12 jlam Exp $ # DISTNAME= bmake-3.1.12 @@ -21,8 +21,8 @@ do-build: cd ${WRKSRC} && MAKESYSPATH=${makesyspath} make -f makefile.boot bootstrap do-install: - ${BSD_INSTALL_PROGRAM} ${WRKSRC}/bmake ${PREFIX}/bin - ${BSD_INSTALL_MAN} ${WRKSRC}/bmake.cat1 ${PREFIX}/man/cat1/bmake.0 - ${BSD_INSTALL_MAN} ${WRKSRC}/bmake.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/bmake ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/bmake.cat1 ${PREFIX}/man/cat1/bmake.0 + ${INSTALL_MAN} ${WRKSRC}/bmake.1 ${PREFIX}/man/man1 .include "../../mk/bsd.pkg.mk" 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: diff --git a/devel/idiff/Makefile b/devel/idiff/Makefile index 885f08b68db..d96f7066460 100644 --- a/devel/idiff/Makefile +++ b/devel/idiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/22 10:04:36 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/02/06 16:58:13 jlam Exp $ # DISTNAME= idiff-1.0 @@ -10,6 +10,6 @@ HOMEPAGE= http://www.darwinsys.com/freeware/ COMMENT= Interactive front-end to diff(1) do-install: - ${BSD_INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin/idiff + ${INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin/idiff .include "../../mk/bsd.pkg.mk" diff --git a/devel/mk-files/Makefile b/devel/mk-files/Makefile index b22ec7de6c7..e2d6270f6e3 100644 --- a/devel/mk-files/Makefile +++ b/devel/mk-files/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/10/19 16:37:49 sjg Exp $ +# $NetBSD: Makefile,v 1.4 2002/02/06 16:58:13 jlam Exp $ # DISTNAME= mk-1.2.5 @@ -37,10 +37,10 @@ ${WRKDIR}/.PLIST_SRC: ${PKGDIR}/PLIST do-install: .if ${OPSYS} != "NetBSD" - ${BSD_INSTALL_DATA} ${WRKSRC}/`uname -s`.sys.mk ${PREFIX}/share/mk/sys.mk + ${INSTALL_DATA} ${WRKSRC}/`uname -s`.sys.mk ${PREFIX}/share/mk/sys.mk .endif for f in ${MKFILES}; do \ - ${BSD_INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/mk/; \ + ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/mk/; \ done .include "../../mk/bsd.pkg.mk" diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index fb947456d5e..25cfb3f8bad 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/09/27 23:17:57 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2002/02/06 16:58:13 jlam Exp $ # DISTNAME= pwlib_min_1.1pl17 @@ -38,9 +38,9 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/ptclib ${PREFIX}/include/ptlib/unix/ptlib cd ${WRKSRC}/include; \ for f in `find . -name CVS -prune -o -type f ! -name "*.orig" -print` ; \ - do ${BSD_INSTALL_DATA} $$f ${PREFIX}/include/`dirname $$f`; done + do ${INSTALL_DATA} $$f ${PREFIX}/include/`dirname $$f`; done ${INSTALL_DATA_DIR} ${PREFIX}/share/pwlib/make cd ${WRKSRC}/make; for f in unix.mak common.mak lib.mak ptlib.mak ; \ - do ${BSD_INSTALL_DATA} $$f ${PREFIX}/share/pwlib/make; done + do ${INSTALL_DATA} $$f ${PREFIX}/share/pwlib/make; done .include "../../mk/bsd.pkg.mk" diff --git a/devel/unidiff/Makefile b/devel/unidiff/Makefile index 3ff60bf8bc5..971e41d9146 100644 --- a/devel/unidiff/Makefile +++ b/devel/unidiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/18 10:23:36 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/02/06 16:58:14 jlam Exp $ # DISTNAME= part01 @@ -17,8 +17,8 @@ EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | gunshar WRKSRC= ${WRKDIR} do-install: - ${BSD_INSTALL_PROGRAM} ${WRKSRC}/unify ${PREFIX}/bin - ${BSD_INSTALL_PROGRAM} ${WRKSRC}/unipatch ${PREFIX}/bin - ${BSD_INSTALL_MAN} ${WRKSRC}/unify.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/unify ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/unipatch ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/unify.1 ${PREFIX}/man/man1 .include "../../mk/bsd.pkg.mk" |