summaryrefslogtreecommitdiff
path: root/chat/bitlbee
diff options
context:
space:
mode:
authortonio <tonio>2005-10-20 18:32:11 +0000
committertonio <tonio>2005-10-20 18:32:11 +0000
commit704190ac4323bebf87c52e0fcb102f992ae0c556 (patch)
treeb73f32390545fd9952a314466f59c8ed29106c8d /chat/bitlbee
parent857040d45cff8e0f7d66d532fa7f93af2b2ed2c2 (diff)
downloadpkgsrc-704190ac4323bebf87c52e0fcb102f992ae0c556.tar.gz
under solaris, install does not support creating multiple directories at the
same time.
Diffstat (limited to 'chat/bitlbee')
-rw-r--r--chat/bitlbee/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile
index 57e4bda9642..354cdaaf744 100644
--- a/chat/bitlbee/Makefile
+++ b/chat/bitlbee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/08/23 11:48:47 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2005/10/20 18:32:11 tonio Exp $
#
DISTNAME= bitlbee-0.92
@@ -37,7 +37,9 @@ PKG_USERS= bitlbee:nobody::Bitlbee\ user:${VARBASE}/db/bitlbee
INSTALLATION_DIRS= man/man8 sbin
do-install:
- ${INSTALL_DATA_DIR} ${DATADIR} ${DOCDIR} ${EGDIR}
+ ${INSTALL_DATA_DIR} ${DATADIR}
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/bitlbee.conf ${EGDIR}
${INSTALL_PROGRAM} ${WRKSRC}/bitlbee ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/doc/help.txt ${DATADIR}