diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-20 18:32:11 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-20 18:32:11 +0000 |
commit | 6a47cec027f99dd069a4d80579441134c7f88d5e (patch) | |
tree | b73f32390545fd9952a314466f59c8ed29106c8d /chat/bitlbee | |
parent | 1d39f58f6c23e40ffd62568a5fdf79521aa19ae9 (diff) | |
download | pkgsrc-6a47cec027f99dd069a4d80579441134c7f88d5e.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/Makefile | 6 |
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} |