aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox35-i18n
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-03-25 17:41:20 +0800
committerpav <pav@FreeBSD.org>2009-03-25 17:41:20 +0800
commitee61dce382fddb908b766279971df666ca2957e1 (patch)
tree7a0208226368844e03063e9f643e1935743af8fb /www/firefox35-i18n
parentf18b5fe3e00672a97916bebc52d493e18a241fc4 (diff)
downloadfreebsd-ports-gnome-ee61dce382fddb908b766279971df666ca2957e1.tar.gz
freebsd-ports-gnome-ee61dce382fddb908b766279971df666ca2957e1.tar.zst
freebsd-ports-gnome-ee61dce382fddb908b766279971df666ca2957e1.zip
- Fix OPTIONS handling
PR: ports/133049 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Pointy hat to: me (for not catching this earlier)
Diffstat (limited to 'www/firefox35-i18n')
-rw-r--r--www/firefox35-i18n/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/firefox35-i18n/Makefile b/www/firefox35-i18n/Makefile
index edd74d05269d..aa72fc96cd72 100644
--- a/www/firefox35-i18n/Makefile
+++ b/www/firefox35-i18n/Makefile
@@ -23,11 +23,6 @@ USE_SUBMAKE= yes
WDIR= langpack3-*@firefox.mozilla.org
XPI_DISTNAMES= ${FIREFOX_I18N_}
-.for dist in ${XPI_DISTNAMES}
-XPI_ID_${dist}= langpack3-${dist}@firefox.mozilla.org
-XPI_FILES_${dist}= chrome.manifest install.rdf chrome/${dist}.jar
-XPI_DIRS_${dist}= chrome
-.endfor
.include "${.CURDIR}/Makefile.option"
.include <bsd.port.pre.mk>
@@ -40,6 +35,12 @@ RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-swit
FIREFOX_I18N_?= ${FIREFOX_I18N}
+.for dist in ${XPI_DISTNAMES}
+XPI_ID_${dist}= langpack3-${dist}@firefox.mozilla.org
+XPI_FILES_${dist}= chrome.manifest install.rdf chrome/${dist}.jar
+XPI_DIRS_${dist}= chrome
+.endfor
+
pre-everything::
@${ECHO_CMD}
@${ECHO_CMD} "Please define FIREFOX_I18N_ALL to install all languages."