From 7046abc822c457a46356fad85e66757b13c0841d Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 6 Feb 2002 16:58:11 +0000 Subject: 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. --- net/LaBrea/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/LaBrea') diff --git a/net/LaBrea/Makefile b/net/LaBrea/Makefile index 509e2964dd6..b37ce6908a9 100644 --- a/net/LaBrea/Makefile +++ b/net/LaBrea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/11/07 16:31:26 agc Exp $ +# $NetBSD: Makefile,v 1.3 2002/02/06 16:58:15 jlam Exp $ # DISTNAME= LaBrea @@ -17,8 +17,8 @@ post-extract: ${SED} -e 's/.$$//' -e 's|LaBrea.README|${PREFIX}/share/doc/LaBrea|g' LaBrea.c.in > LaBrea.c do-install: - ${BSD_INSTALL_PROGRAM} ${WRKSRC}/LaBrea ${PREFIX}/sbin - ${BSD_INSTALL_DATA} ${WRKSRC}/LaBrea.README ${PREFIX}/share/doc/LaBrea + ${INSTALL_PROGRAM} ${WRKSRC}/LaBrea ${PREFIX}/sbin + ${INSTALL_DATA} ${WRKSRC}/LaBrea.README ${PREFIX}/share/doc/LaBrea .include "../../devel/libnet/buildlink.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3