summaryrefslogtreecommitdiff
path: root/www/horde
diff options
context:
space:
mode:
authorwiz <wiz>2004-04-04 10:40:19 +0000
committerwiz <wiz>2004-04-04 10:40:19 +0000
commitf1f228295637801ba6beae967b1f21ac0a907fae (patch)
tree37b92a9c55f2b78da847c1f699dee14169793676 /www/horde
parent486624d24340c8acc7232f80b117d5e00216b41d (diff)
downloadpkgsrc-f1f228295637801ba6beae967b1f21ac0a907fae.tar.gz
Call INSTALL_DATA_DIR multiple times with only one argument,
instead of once with three, since Solaris' install -d doesn't handle that.
Diffstat (limited to 'www/horde')
-rw-r--r--www/horde/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile
index dba4b86df61..b4006bda864 100644
--- a/www/horde/Makefile
+++ b/www/horde/Makefile
@@ -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 @@ pre-install:
${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}