svn commit: r364464 - head/www/seamonkey

Antoine Brodin antoine at FreeBSD.org
Sat Aug 9 18:51:55 UTC 2014


Author: antoine
Date: Sat Aug  9 18:51:54 2014
New Revision: 364464
URL: http://svnweb.freebsd.org/changeset/ports/364464
QAT: https://qat.redports.org/buildarchive/r364464/

Log:
  Fix a stage violation

Modified:
  head/www/seamonkey/Makefile

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Sat Aug  9 18:42:34 2014	(r364463)
+++ head/www/seamonkey/Makefile	Sat Aug  9 18:51:54 2014	(r364464)
@@ -197,7 +197,7 @@ post-build:
 .endif
 
 post-install:
-	${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/
+	${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${STAGEDIR}${PREFIX}/share/applications/
 	${LN} -sf ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png
 .if ${PORT_OPTIONS:MLIGHTNING}


More information about the svn-ports-head mailing list