aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2014-07-05 04:40:46 +0800
committerrakuco <rakuco@FreeBSD.org>2014-07-05 04:40:46 +0800
commit74308b4b26f066d1d0ded8be695fd16e1cdef4e1 (patch)
tree3664326e22fec1bea0577e7e39dec31e4290354c /mail
parentf936c151dd85044e407e6ef19c3eae4e27315247 (diff)
downloadfreebsd-ports-gnome-74308b4b26f066d1d0ded8be695fd16e1cdef4e1.tar.gz
freebsd-ports-gnome-74308b4b26f066d1d0ded8be695fd16e1cdef4e1.tar.zst
freebsd-ports-gnome-74308b4b26f066d1d0ded8be695fd16e1cdef4e1.zip
Fix installation with the WEBUI option enabled.
PR: 191610 Submitted by: mtomasek4@gmail.com MFH: 2014Q3
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} && \