pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/squirrelmail Pass only one argument to ${INSTALL_...
details: https://anonhg.NetBSD.org/pkgsrc/rev/856fec0d1215
branches: trunk
changeset: 466386:856fec0d1215
user: martti <martti%pkgsrc.org@localhost>
date: Sat Jan 17 06:50:04 2004 +0000
description:
Pass only one argument to ${INSTALL_DATA_DIR}. This fixes installation
problems on Solaris (pkg/24122 by Charlie Allom).
diffstat:
mail/squirrelmail/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 36baa1fff6dc -r 856fec0d1215 mail/squirrelmail/Makefile
--- a/mail/squirrelmail/Makefile Sat Jan 17 06:44:28 2004 +0000
+++ b/mail/squirrelmail/Makefile Sat Jan 17 06:50:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2003/10/08 05:12:08 martti Exp $
+# $NetBSD: Makefile,v 1.37 2004/01/17 06:50:04 martti Exp $
DISTNAME= squirrelmail-1.4.2
CATEGORIES= mail www
@@ -58,7 +58,8 @@
> ${WRKDIR}/squirrelmail.conf.dist
do-install:
- ${INSTALL_DATA_DIR} ${EGDIR} ${SMDIR}
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA_DIR} ${SMDIR}
cd ${WRKDIR}; ${INSTALL_DATA} squirrelmail.conf.dist \
${EGDIR}/squirrelmail.conf
${CP} -R ${WRKSRC}/* ${SMDIR}
Home |
Main Index |
Thread Index |
Old Index