diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-13 13:59:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-13 13:59:14 +0000 |
commit | a2b296cf447a452f3acfaafeeb9216ec963c3f7b (patch) | |
tree | 8af14d5580a2a75e07a26e001e4ad87ef6558a9c | |
parent | 7c9861d3de70d688ecdf147877e39d4c17c19cd6 (diff) | |
download | pkgsrc-a2b296cf447a452f3acfaafeeb9216ec963c3f7b.tar.gz |
Fix quoting.
-rw-r--r-- | security/sniff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sniff/Makefile b/security/sniff/Makefile index 1c1a78537cb..48897a589d2 100644 --- a/security/sniff/Makefile +++ b/security/sniff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/13 13:45:56 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/13 13:59:14 wiz Exp $ # DISTNAME= sniff-1.0 @@ -11,6 +11,6 @@ COMMENT= Program to sniff logins and passwords HAS_CONFIGURE= YES -MAKE_ENV+= "CC=${CC}" "PREFIX=${PREFIX}" +MAKE_ENV+= CC="${CC}" PREFIX="${PREFIX}" .include "../../mk/bsd.pkg.mk" |