summaryrefslogtreecommitdiff
path: root/mail/roundcube
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 04:11:44 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 04:11:44 +0000
commit36fb76ec5b489bbf67db60d01c2c14d212fd13d5 (patch)
tree58bc22e3d0525fa88d5c2fe573db8ac53511d849 /mail/roundcube
parent5ab6118cf001ddacf4f2fd8fcd19c4747b847b58 (diff)
downloadpkgsrc-36fb76ec5b489bbf67db60d01c2c14d212fd13d5.tar.gz
'Please use "${TEST}" instead of "test".'
Diffstat (limited to 'mail/roundcube')
-rw-r--r--mail/roundcube/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 58d54aebdf6..659e2d2fc6a 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2013/03/28 17:24:39 taca Exp $
+# $NetBSD: Makefile,v 1.54 2013/04/06 04:11:44 rodent Exp $
DISTNAME= roundcubemail-0.8.6-dep
PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//}
@@ -131,7 +131,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