diff options
author | zuntum <zuntum> | 2001-03-31 13:33:01 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-31 13:33:01 +0000 |
commit | 282e5eaea2059f6de6ec3bc8f69cc0296f438ea8 (patch) | |
tree | f07e206467ae21854ba18bfc5a4b9421391ffe22 /sysutils | |
parent | 4ae56ad21933c744ea167bdfaaeaa889cd960780 (diff) | |
download | pkgsrc-282e5eaea2059f6de6ec3bc8f69cc0296f438ea8.tar.gz |
Quoting in MAKE_ENV
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/depot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/depot/Makefile b/sysutils/depot/Makefile index d977e1c3d40..bcd681a4e54 100644 --- a/sysutils/depot/Makefile +++ b/sysutils/depot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/03/31 12:13:37 zuntum Exp $ +# $NetBSD: Makefile,v 1.10 2001/03/31 13:33:01 zuntum Exp $ # DISTNAME= depot-5.14 @@ -11,7 +11,7 @@ COMMENT= Maps several separate packages into a tree without merging them GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL="" CC="${CC}" -MAKE_ENV+= CC=${CC} +MAKE_ENV+= CC="${CC}" do-install: @cd ${WRKSRC}/src/cmd && ${MAKE} DESTDIR=${PREFIX} install |