summaryrefslogtreecommitdiff
path: root/net/dnstop
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 03:50:19 +0000
committerjlam <jlam>2005-06-17 03:50:19 +0000
commitf7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /net/dnstop
parent516d949f51bec91a74690755d12106271036f8f8 (diff)
downloadpkgsrc-f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'net/dnstop')
-rw-r--r--net/dnstop/Makefile4
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