summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-13 15:23:26 +0000
committerwiz <wiz>2001-03-13 15:23:26 +0000
commit7523a8c41ef0314838dbb173deb879abe7cd9ecd (patch)
tree9b89f7127ad64efe2af6fc70917b8f70861c24fa /security
parent9f682aebf1319dc0029b50c0edbb144bd33b46fa (diff)
downloadpkgsrc-7523a8c41ef0314838dbb173deb879abe7cd9ecd.tar.gz
refix quoting.
Diffstat (limited to 'security')
-rw-r--r--security/sniff/Makefile4
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"