From db9bf3ec73ecd45e2b7e98729241944663b3619a Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 28 Feb 2002 13:42:59 +0000 Subject: Pass the definitions of BSD_INSTALL_* down through the environment at install time. --- lang/icon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/icon') diff --git a/lang/icon/Makefile b/lang/icon/Makefile index c9a4c910de1..79cbe3a0b2a 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/07/06 13:11:04 jtb Exp $ +# $NetBSD: Makefile,v 1.21 2002/02/28 13:42:59 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/02/12 08:39:15 tg Exp # @@ -42,7 +42,7 @@ do-configure: cd ${WRKSRC}; ${MAKE} ${CONFIGURE_TARGET} name=netbsd do-install: - cd ${WRKSRC}; ${MAKE} dest=${PREFIX} Install + cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} dest=${PREFIX} Install .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3