summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorfhajny <fhajny>2012-06-07 13:51:03 +0000
committerfhajny <fhajny>2012-06-07 13:51:03 +0000
commit79b243e484df080a247872541e9737205588f6d8 (patch)
tree74a21a00921d2aa3d4e9fc7a923c878cae7f06bc /mail
parentf28b7c4ad24d064ead7229df13a03c1c28f3bc1c (diff)
downloadpkgsrc-79b243e484df080a247872541e9737205588f6d8.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