diff options
author | wiz <wiz> | 2001-03-13 13:59:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-13 13:59:14 +0000 |
commit | c1da5a3de2fd1ecbdf0cac9545f59f6faac33092 (patch) | |
tree | 8af14d5580a2a75e07a26e001e4ad87ef6558a9c /security | |
parent | 7a4e5367f6e0e7a9b03b2260acbf2c996f60cc05 (diff) | |
download | pkgsrc-c1da5a3de2fd1ecbdf0cac9545f59f6faac33092.tar.gz |
Fix quoting.
Diffstat (limited to 'security')
-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" |