svn commit: r360659 - head/mail/dspam
Raphael Kubo da Costa
rakuco at FreeBSD.org
Fri Jul 4 20:40:47 UTC 2014
Author: rakuco
Date: Fri Jul 4 20:40:46 2014
New Revision: 360659
URL: http://svnweb.freebsd.org/changeset/ports/360659
QAT: https://qat.redports.org/buildarchive/r360659/
Log:
Fix installation with the WEBUI option enabled.
PR: 191610
Submitted by: mtomasek4 at gmail.com
MFH: 2014Q3
Modified:
head/mail/dspam/Makefile
Modified: head/mail/dspam/Makefile
==============================================================================
--- head/mail/dspam/Makefile Fri Jul 4 20:28:31 2014 (r360658)
+++ head/mail/dspam/Makefile Fri Jul 4 20:40:46 2014 (r360659)
@@ -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} && \
More information about the svn-ports-head
mailing list