diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /net/dnstop | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'net/dnstop')
-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 |