diff options
author | tv <tv@pkgsrc.org> | 2005-11-01 18:45:32 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-01 18:45:32 +0000 |
commit | 3db20ba234d8f0559d35a9e12cb7c39e9b709d7e (patch) | |
tree | 20bc22b90baed79ca6b4119a032a4f5f7b051cdc /net/tcpdstat | |
parent | f1a64fa941c217b604efab098ba435c93b4f2a23 (diff) | |
download | pkgsrc-3db20ba234d8f0559d35a9e12cb7c39e9b709d7e.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'net/tcpdstat')
-rw-r--r-- | net/tcpdstat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile index 1bdba4f9b04..9eca89a2171 100644 --- a/net/tcpdstat/Makefile +++ b/net/tcpdstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:00 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/01 18:45:32 tv Exp $ DISTNAME= tcpd-tools-0.8 PKGNAME= tcpdstat-0.8 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Analyze tcpdump output +NOT_FOR_PLATFORM= Interix-*-* + WRKSRC= ${WRKDIR}/${DISTNAME}/tcpdstat MAKE_ENV= BINDIR=${PREFIX}/bin |