From f1d9fbec91c32f24753fc7a2c5a1f8362ab72e2b Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 18 Sep 2003 18:42:22 +0000 Subject: Add SETENV MAKE_ENV to build target. From Jeremy C. Reed in PR 22759. --- editors/pico/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editors/pico') diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 5c823b132ea..8800e093e66 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2003/09/12 22:17:28 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2003/09/18 18:42:22 wiz Exp $ DISTNAME= pine4.58 PKGNAME= pico-4.6 @@ -32,7 +32,8 @@ MAKE_ENV+= _STRIPFLAG_INSTALL= # debug... do-build: cd ${WRKSRC} && \ - ./build ${BUILDNAME} CC="${PKGLIBTOOL} ${BUILDLINK_CC}" \ + ${SETENV} ${MAKE_ENV} ./build ${BUILDNAME} \ + CC="${PKGLIBTOOL} ${BUILDLINK_CC}" \ PREFIX=${PREFIX} OPTIMIZE="${CFLAGS}" do-install: -- cgit v1.2.3