summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/icon/Makefile4
1 files changed, 2 insertions, 2 deletions
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"