diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /chat/i2cb/Makefile | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'chat/i2cb/Makefile')
-rw-r--r-- | chat/i2cb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/i2cb/Makefile b/chat/i2cb/Makefile index 510769d98a9..c4633f9ec18 100644 --- a/chat/i2cb/Makefile +++ b/chat/i2cb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:04 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= i2cb-6.0_ALPHA @@ -13,6 +13,8 @@ COMMENT= Next generation Internet Citicen's Band chat client WRKSRC= ${WRKDIR}/icb USE_GNU_READLINE= yes +INSTALLATION_DIRS= bin libdata + post-extract: ${RM} -f ${WRKSRC}/src/.depend |