diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-13 15:23:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-13 15:23:26 +0000 |
commit | ca4f7c67f58e51e343fa919496dd10157e0d9135 (patch) | |
tree | 9b89f7127ad64efe2af6fc70917b8f70861c24fa /security/sniff | |
parent | 096a883221ab3f8719b909d8cdac28fef220310b (diff) | |
download | pkgsrc-ca4f7c67f58e51e343fa919496dd10157e0d9135.tar.gz |
refix quoting.
Diffstat (limited to 'security/sniff')
-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 71f92e367b2..2adbfea2905 100644 --- a/security/sniff/Makefile +++ b/security/sniff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/03/13 14:14:40 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/13 15:23:26 wiz Exp $ # DISTNAME= sniff-2.0 @@ -8,6 +8,6 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= zuntum@netbsd.org COMMENT= Program to sniff logins and passwords -MAKE_ENV+= "CC=${CC}" "PREFIX=${PREFIX}" +MAKE_ENV+= CC="${CC}" PREFIX="${PREFIX}" .include "../../mk/bsd.pkg.mk" |