diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-28 15:06:12 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-28 15:06:12 +0000 |
commit | 843e560e1ca5f9d9d6c33f710d5193a521e5f113 (patch) | |
tree | 272339738a607354263f65af73f098ec0e3495b3 /chat | |
parent | 2fa964e67ef6a04ba046b875a7eaa5801c707c94 (diff) | |
download | pkgsrc-843e560e1ca5f9d9d6c33f710d5193a521e5f113.tar.gz |
Remove redundant CC from MAKE_ENV and fix quoting
Diffstat (limited to 'chat')
-rw-r--r-- | chat/bnc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/bnc/Makefile b/chat/bnc/Makefile index 24f776a7f4d..8ba4b30c270 100644 --- a/chat/bnc/Makefile +++ b/chat/bnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/16 20:51:13 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/28 15:06:12 zuntum Exp $ # FreeBSD Id: ports/irc/bnc/Makefile,v 1.9 2000/05/22 06:38:58 will Exp DISTNAME= bnc2.8.2 @@ -15,8 +15,7 @@ DEPENDS+= dialog-*:../../misc/dialog GNU_CONFIGURE= YES -MAKE_ENV+= "OPTS=${CFLAGS}" \ - "CC=${CC}" +MAKE_ENV+= OPTS="${CFLAGS}" post-patch: ${SED} -e "s,./mkpasswd,${PREFIX}/bin/bncmkpasswd,g" \ |