diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-18 18:42:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-18 18:42:22 +0000 |
commit | f351c774f928b004dd2582b96bbc1aafbddc2d83 (patch) | |
tree | c939d9bd2c8ed5acec8efd8c7b702121d1171b6a /editors | |
parent | 4fc768d3c96f04d329a0a40a3e232030ec8c62bf (diff) | |
download | pkgsrc-f351c774f928b004dd2582b96bbc1aafbddc2d83.tar.gz |
Add SETENV MAKE_ENV to build target.
From Jeremy C. Reed in PR 22759.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pico/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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: |