summaryrefslogtreecommitdiff
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
parentConvert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports (diff)
Fix installation with the WEBUI option enabled.
PR: 191610 Submitted by: mtomasek4@gmail.com MFH: 2014Q3
Notes
Notes: svn path=/head/; revision=360659
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} && \