svn commit: r365023 - branches/2014Q3/www/chromium

Rene Ladan rene at FreeBSD.org
Fri Aug 15 19:03:28 UTC 2014


Author: rene
Date: Fri Aug 15 19:03:27 2014
New Revision: 365023
URL: http://svnweb.freebsd.org/changeset/ports/365023
QAT: https://qat.redports.org/buildarchive/r365023/

Log:
  MFH: r365002
  
  Fix installation on i386 where mksnapshot is called mksnapshot.ia32 initially.
  
  Approved by:	portmgr (erwin)

Modified:
  branches/2014Q3/www/chromium/Makefile
Directory Properties:
  branches/2014Q3/   (props changed)

Modified: branches/2014Q3/www/chromium/Makefile
==============================================================================
--- branches/2014Q3/www/chromium/Makefile	Fri Aug 15 19:01:10 2014	(r365022)
+++ branches/2014Q3/www/chromium/Makefile	Fri Aug 15 19:03:27 2014	(r365023)
@@ -347,7 +347,7 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DESKTOPDIR}
 	${INSTALL_DATA} ${WRKDIR}/chromium-browser.desktop ${STAGEDIR}${DESKTOPDIR}
 	${INSTALL_SCRIPT} ${WRKDIR}/chrome ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/mksnapshot.${ARCH:S/i386/x86/:S/amd64/x64/} \
+	${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/mksnapshot.${ARCH:S/i386/ia32/:S/amd64/x64/} \
 		${STAGEDIR}${DATADIR}/mksnapshot
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list