diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 18:04:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 18:04:21 +0000 |
commit | 37963f36a59497046260dc9d3e506cbc3785fb47 (patch) | |
tree | 50da1189b85e9a4f28ef0d65a7daf1f218766852 /security | |
parent | 474b8d210b0ef949dce97b88ea80b06c504e3bd9 (diff) | |
download | pkgsrc-37963f36a59497046260dc9d3e506cbc3785fb47.tar.gz |
Fix DESTDIR.
Diffstat (limited to 'security')
-rw-r--r-- | security/sniff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sniff/Makefile b/security/sniff/Makefile index 68588b506b4..3024feb3ace 100644 --- a/security/sniff/Makefile +++ b/security/sniff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:58 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2008/04/07 18:04:40 joerg Exp $ # DISTNAME= sniff-2.0 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= zuntum@NetBSD.org COMMENT= Program to sniff logins and passwords +INSTALLATION_DIRS= sbin .include "../../mk/bsd.prefs.mk" |