summaryrefslogtreecommitdiff
path: root/net/dhid
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/dhid
parent3f459c4cd39e1789cfd77fe88bc8a92bfb854eb3 (diff)
downloadpkgsrc-3a9625fad1e41633ec83006da1431dabb809d188.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'net/dhid')
-rw-r--r--net/dhid/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dhid/Makefile b/net/dhid/Makefile
index 51c8b38d08f..a909153a6ed 100644
--- a/net/dhid/Makefile
+++ b/net/dhid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:45 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/06/17 03:50:24 jlam Exp $
#
DISTNAME= dhid-5.2
@@ -13,6 +13,8 @@ COMMENT= Dynamic Host Information System client daemon
USE_PKGINSTALL= yes
RCD_SCRIPTS= dhid
+INSTALLATION_DIRS= sbin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/genkeys ${PREFIX}/sbin/dhid-genkeys