pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/bitlbee under solaris, install does not support c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a6d80f00bfbb
branches: trunk
changeset: 501348:a6d80f00bfbb
user: tonio <tonio%pkgsrc.org@localhost>
date: Thu Oct 20 18:32:11 2005 +0000
description:
under solaris, install does not support creating multiple directories at the
same time.
diffstat:
chat/bitlbee/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 1a6fc0b0eefa -r a6d80f00bfbb chat/bitlbee/Makefile
--- a/chat/bitlbee/Makefile Thu Oct 20 18:21:56 2005 +0000
+++ b/chat/bitlbee/Makefile Thu Oct 20 18:32:11 2005 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index