- Fix OPTIONS handling
PR: ports/133049 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Pointy hat to: me (for not catching this earlier)
This commit is contained in:
parent
7d2a7b7699
commit
2f50daf058
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230939
2 changed files with 12 additions and 10 deletions
|
@ -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."
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue