From 52bbc5d723e71729f9c60d5aa69186def355e352 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. --- emulators/swarm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators/swarm') diff --git a/emulators/swarm/Makefile b/emulators/swarm/Makefile index d0c8fd8f07f..05213d79223 100644 --- a/emulators/swarm/Makefile +++ b/emulators/swarm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/09/14 22:18:22 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/02/06 16:58:14 jlam Exp $ # DISTNAME= swarm-0.57 @@ -12,8 +12,8 @@ COMMENT= Software arm6 core emulator WRKSRC= ${WRKDIR}/swarm/src do-install: - ${BSD_INSTALL_PROGRAM} ${WRKSRC}/swarm ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/swarm ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/swarm - ${BSD_INSTALL_DATA} ${WRKSRC}/../doc/swarm.pdf ${PREFIX}/share/doc/swarm + ${INSTALL_DATA} ${WRKSRC}/../doc/swarm.pdf ${PREFIX}/share/doc/swarm .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3