diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-01 14:26:36 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-01 14:26:36 +0000 |
commit | 52a85d79e472fefdeb043aa8044cc250def308c0 (patch) | |
tree | fcf4cd5b4c3ff924ccbf10dcdbf80946d79eee46 /net/dnstop/Makefile | |
parent | dd93151e4a9ddad2098ef59d3d96606262d4dec9 (diff) | |
download | pkgsrc-52a85d79e472fefdeb043aa8044cc250def308c0.tar.gz |
Include the manual page in the distinfo. Don't attempt to extract the
manual page.
Diffstat (limited to 'net/dnstop/Makefile')
-rw-r--r-- | net/dnstop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dnstop/Makefile b/net/dnstop/Makefile index 372e965a038..af93bc3aef8 100644 --- a/net/dnstop/Makefile +++ b/net/dnstop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/12/25 00:44:46 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/01 14:26:36 cjep Exp $ # DISTNAME= dnstop-20021224 @@ -10,6 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://dnstop.measurement-factory.com/src/ COMMENT= Diagnose tcpdump trace for DNS queries/replies +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} WRKSRC= ${WRKDIR} do-install: |