From b195a70df8cfa6c8501331fe805e96c57342ce80 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. --- pkgtools/pkgmanpages/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkgmanpages/Makefile b/pkgtools/pkgmanpages/Makefile index 4d27571f02d..0a3482af092 100644 --- a/pkgtools/pkgmanpages/Makefile +++ b/pkgtools/pkgmanpages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:42 agc Exp $ +# $NetBSD: Makefile,v 1.5 2002/02/06 16:58:15 jlam Exp $ # DISTNAME= pkgmanpages-19991222 @@ -19,6 +19,6 @@ PREFIX= /usr/share .endif do-install: - ${BSD_INSTALL_MAN} ${WRKSRC}/packages.7 ${PREFIX}/man/man7 + ${INSTALL_MAN} ${WRKSRC}/packages.7 ${PREFIX}/man/man7 .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3