Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2013 08:46:46 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1390 - trunk/www/linux-seamonkey
Message-ID:  <201311160846.rAG8kkJg075423@trillian.chruetertee.ch>

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



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