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 | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /net/dnstop | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.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 |