diff options
Diffstat (limited to 'net/dnstop/Makefile')
-rw-r--r-- | net/dnstop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dnstop/Makefile b/net/dnstop/Makefile index b2c3c3d9b00..d1e1e971cec 100644 --- a/net/dnstop/Makefile +++ b/net/dnstop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/03/28 02:01:50 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:24 jlam Exp $ # DISTNAME= dnstop-20050203 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://dnstop.measurement-factory.com/src/ COMMENT= Diagnose tcpdump trace for DNS queries/replies +INSTALLATION_DIRS= bin man/man8 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8 |