pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/horde Call INSTALL_DATA_DIR multiple times with on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ef5a8052044
branches:  trunk
changeset: 472092:7ef5a8052044
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 04 10:40:19 2004 +0000

description:
Call INSTALL_DATA_DIR multiple times with only one argument,
instead of once with three, since Solaris' install -d doesn't handle that.

diffstat:

 www/horde/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r a286f8552e72 -r 7ef5a8052044 www/horde/Makefile
--- a/www/horde/Makefile        Sun Apr 04 10:25:41 2004 +0000
+++ b/www/horde/Makefile        Sun Apr 04 10:40:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/09/14 21:26:40 bouyer Exp $
+# $NetBSD: Makefile,v 1.27 2004/04/04 10:40:19 wiz Exp $
 
 DISTNAME=      horde-2.2.4
 CATEGORIES=    www
@@ -50,7 +50,9 @@
                ${FILESDIR}/horde.conf.dist > ${WRKDIR}/horde.conf.dist
 
 do-install:
-       ${INSTALL_DATA_DIR} ${DOCDIR} ${EGDIR} ${HORDEDIR}
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       ${INSTALL_DATA_DIR} ${EGDIR}
+       ${INSTALL_DATA_DIR} ${HORDEDIR}
        cd ${WRKDIR}; ${INSTALL_DATA} horde.conf.dist ${EGDIR}/horde.conf
        cd ${WRKSRC}; ${INSTALL_DATA} COPYING README docs/* ${DOCDIR}
        cd ${WRKSRC}; ${CP} -R graphics lib locale po scripts templates util ${HORDEDIR}



Home | Main Index | Thread Index | Old Index