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/dhid/Makefile | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'net/dhid/Makefile')
-rw-r--r-- | net/dhid/Makefile | 4 |
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 |