Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 07:08:59 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1449 - trunk/www/linux-tor-browser
Message-ID:  <201312130708.rBD78x2O080866@trillian.chruetertee.ch>

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



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