Mon Apr 7 18:04:41 2008 UTC ()
Fix DESTDIR.


(joerg)
diff -r1.11 -r1.12 pkgsrc/security/sniff/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/security/sniff/Makefile (expand / switch to unified diff)

--- pkgsrc/security/sniff/Makefile 2005/12/05 20:50:58 1.11
+++ pkgsrc/security/sniff/Makefile 2008/04/07 18:04:40 1.12
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:58 rillig Exp $ 1# $NetBSD: Makefile,v 1.12 2008/04/07 18:04:40 joerg Exp $
2# 2#
3 3
4DISTNAME= sniff-2.0 4DISTNAME= sniff-2.0
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= ${MASTER_SITE_LOCAL} 6MASTER_SITES= ${MASTER_SITE_LOCAL}
7 7
8MAINTAINER= zuntum@NetBSD.org 8MAINTAINER= zuntum@NetBSD.org
9COMMENT= Program to sniff logins and passwords 9COMMENT= Program to sniff logins and passwords
10 10
 11INSTALLATION_DIRS= sbin
11 12
12.include "../../mk/bsd.prefs.mk" 13.include "../../mk/bsd.prefs.mk"
13 14
14.if ${OPSYS} == "SunOS" 15.if ${OPSYS} == "SunOS"
15LIBS+= -lsocket -lnsl 16LIBS+= -lsocket -lnsl
16MAKE_ENV+= LIBS=${LIBS:M*:Q} 17MAKE_ENV+= LIBS=${LIBS:M*:Q}
17.endif 18.endif
18 19
19.include "../../net/libpcap/buildlink3.mk" 20.include "../../net/libpcap/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"