[SVN-Commit] r1390 - trunk/www/linux-seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sat Nov 16 08:46:54 UTC 2013


Author: jbeich
Date: Sat Nov 16 08:46:46 2013
New Revision: 1390

Log:
/ENV/s/GECKO_/APP_/ to match the rest of the file

Modified:
   trunk/www/linux-seamonkey/Makefile.common

Modified: trunk/www/linux-seamonkey/Makefile.common
==============================================================================
--- trunk/www/linux-seamonkey/Makefile.common	Sat Nov 16 08:41:16 2013	(r1389)
+++ trunk/www/linux-seamonkey/Makefile.common	Sat Nov 16 08:46:46 2013	(r1390)
@@ -24,7 +24,7 @@
 FDIR=		${PREFIX}/lib/${APP_NAME}
 COMMON_DIR=	${.CURDIR}/../../www/linux-seamonkey
 
-GECKO_ENV+=	MOZ_CRASHREPORTER_DISABLE=1
+APP_ENV+=	MOZ_CRASHREPORTER_DISABLE=1
 
 PLIST_SUB+=	APP_NAME=${APP_NAME}
 SUB_LIST+=	APP_NAME=${APP_NAME}
@@ -86,7 +86,7 @@
 	@${INSTALL_DATA} ${WRKDIR}/${APP_NAME}.desktop ${PREFIX}/share/applications/
 	@${CP} -pR ${WRKSRC}/ ${FDIR}/
 	@${CHOWN} -R ${BINOWN}:${BINGRP} ${FDIR}/
-	@${PRINTF} '#! /bin/sh\n${GECKO_ENV} ${FDIR}/${BIN_NAME} "$$@"\n' \
+	@${PRINTF} '#! /bin/sh\n${APP_ENV} ${FDIR}/${BIN_NAME} "$$@"\n' \
 		>>${PREFIX}/bin/${APP_NAME}
 	@${CHMOD} +x ${PREFIX}/bin/${APP_NAME}
 	@${CP} -R ${LOCALBASE}/lib/xpi/symlinks/${APP_NAME}/ \


More information about the freebsd-gecko mailing list