Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 21:03:35 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r360662 - branches/2014Q3/mail/dspam
Message-ID:  <201407042103.s64L3ZVB077858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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} && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407042103.s64L3ZVB077858>