aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-07-04 20:40:46 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-07-04 20:40:46 +0000
commit534ed3248378b3085b0f067b1989bff404008b1b (patch)
tree3664326e22fec1bea0577e7e39dec31e4290354c /mail
parent3127da9b78f31e42eb76eb14c5350d2773903d23 (diff)
downloadports-534ed3248378b3085b0f067b1989bff404008b1b.tar.gz
ports-534ed3248378b3085b0f067b1989bff404008b1b.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/dspam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 20fb56eb42b8..99bdd2321e6b 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -519,7 +519,7 @@ post-install:
${INSTALL_DATA} admins ${STAGEDIR}${WWWDIR}/admins.sample
${MKDIR} ${STAGEDIR}${WWWDIR}/templates && cd ${WRKSRC}/webui/cgi-bin/templates && \
${INSTALL_DATA} *.html ${STAGEDIR}${WWWDIR}/templates/ && \
- ${INSTALL_SCRIPT} strings.pl ${STAGEDIR}${WWWDIR}/templates/ &&
+ ${INSTALL_SCRIPT} strings.pl ${STAGEDIR}${WWWDIR}/templates/ && \
for _dir in de es-es fr he pt-br ro; do \
${INSTALL_DATA} -d ${STAGEDIR}${WWWDIR}/templates/$${_dir} && \
cd ${WRKSRC}/webui/cgi-bin/templates/$${_dir} && \