summaryrefslogtreecommitdiff
path: root/net/rootprobe/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 03:50:19 +0000
committerjlam <jlam>2005-06-17 03:50:19 +0000
commit3a9625fad1e41633ec83006da1431dabb809d188 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /net/rootprobe/Makefile
parent3f459c4cd39e1789cfd77fe88bc8a92bfb854eb3 (diff)
downloadpkgsrc-3a9625fad1e41633ec83006da1431dabb809d188.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'net/rootprobe/Makefile')
-rw-r--r--net/rootprobe/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rootprobe/Makefile b/net/rootprobe/Makefile
index d37365f8e38..a0354af07a6 100644
--- a/net/rootprobe/Makefile
+++ b/net/rootprobe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/02/21 07:31:31 snj Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:28 jlam Exp $
#
DISTNAME= rootprobe-20030115
@@ -12,6 +12,8 @@ COMMENT= Root DNS server performance analysis
WRKSRC= ${WRKDIR}/rootprobe
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rootprobe ${PREFIX}/bin
(cd ${PREFIX}/bin; ${LN} rootprobe cctldprobe)