diff options
author | zuntum <zuntum> | 2001-03-28 15:06:12 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-28 15:06:12 +0000 |
commit | 794f011ca561454e9b770dc1820a1b4fd1d2a263 (patch) | |
tree | 272339738a607354263f65af73f098ec0e3495b3 /chat/bnc/Makefile | |
parent | 2c854cd4fa82271457bb5ea370dab66f000f112b (diff) | |
download | pkgsrc-794f011ca561454e9b770dc1820a1b4fd1d2a263.tar.gz |
Remove redundant CC from MAKE_ENV and fix quoting
Diffstat (limited to 'chat/bnc/Makefile')
-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" \ |