[SVN-Commit] r1449 - trunk/www/linux-tor-browser

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Dec 13 07:09:06 UTC 2013


Author: jbeich
Date: Fri Dec 13 07:08:59 2013
New Revision: 1449

Log:
use PACKAGE_BUILDING like other -i18n ports

Now it should be fatal to not have all checksums for localized builds
when using poudriere/tinderbox.

Modified:
   trunk/www/linux-tor-browser/Makefile

Modified: trunk/www/linux-tor-browser/Makefile
==============================================================================
--- trunk/www/linux-tor-browser/Makefile	Fri Dec 13 07:08:52 2013	(r1448)
+++ trunk/www/linux-tor-browser/Makefile	Fri Dec 13 07:08:59 2013	(r1449)
@@ -86,7 +86,7 @@
 .for l in ${ALL_LOCALES}
 OPTIONS_SINGLE_I18N+=LANG_${l:U:C/.*-//}
 LANG_${l:U:C/.*-//}= ${l}
-. if defined(FETCH_ALL)
+. if defined(PACKAGE_BUILDING)
 DISTFILES+=	${DISTNAME:S/${LOCALE}/${l}/}${EXTRACT_SUFX}
 . endif
 .endfor


More information about the freebsd-gecko mailing list