summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2012-06-07 13:51:03 +0000
committerfhajny <fhajny@pkgsrc.org>2012-06-07 13:51:03 +0000
commit34da93fc480b49d3312fea0a9cc60c9cbe6b2bfc (patch)
tree74a21a00921d2aa3d4e9fc7a923c878cae7f06bc /mail
parent7a9a7bdcd2282a2617e8ef495e6da026d42330c2 (diff)
downloadpkgsrc-34da93fc480b49d3312fea0a9cc60c9cbe6b2bfc.tar.gz
Fix broken shell syntax
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index ea76be941e0..cab0ed42b17 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2012/06/05 18:48:02 jym Exp $
+# $NetBSD: Makefile,v 1.42 2012/06/07 13:51:03 fhajny Exp $
DISTNAME= roundcubemail-0.7.2-dep
PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//}
@@ -134,7 +134,7 @@ do-install:
.for f in ${CONF_PLUGINS}
${MKDIR} ${DESTDIR}${EGDIR}/plugins/${f}
- test -f ${DESTDIR}${EGDIR}/plugins/${f}/config.inc.php ] ||
+ test -f ${DESTDIR}${EGDIR}/plugins/${f}/config.inc.php || \
${MV} ${DESTDIR}${RCDIR}/plugins/${f}/config.inc.php.dist \
${DESTDIR}${EGDIR}/plugins/${f}/config.inc.php
.endfor