svn commit: r360662 - branches/2014Q3/mail/dspam

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Jul 4 21:03:36 UTC 2014


Author: rakuco
Date: Fri Jul  4 21:03:35 2014
New Revision: 360662
URL: http://svnweb.freebsd.org/changeset/ports/360662
QAT: https://qat.redports.org/buildarchive/r360662/

Log:
  MFH: r360659
  
  Fix installation with the WEBUI option enabled.
  
  PR:		191610
  Submitted by:	mtomasek4 at gmail.com
  
  Approved by:	portmgr (erwin)

Modified:
  branches/2014Q3/mail/dspam/Makefile
Directory Properties:
  branches/2014Q3/   (props changed)

Modified: branches/2014Q3/mail/dspam/Makefile
==============================================================================
--- branches/2014Q3/mail/dspam/Makefile	Fri Jul  4 21:03:10 2014	(r360661)
+++ branches/2014Q3/mail/dspam/Makefile	Fri Jul  4 21:03:35 2014	(r360662)
@@ -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-branches mailing list