Date: Fri, 4 Jul 2014 20:40:46 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360659 - head/mail/dspam Message-ID: <201407042040.s64KekPd067106@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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} && \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407042040.s64KekPd067106>