- Stage support
This commit is contained in:
parent
a4707e1486
commit
e0b0e71291
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341209
5 changed files with 3 additions and 6 deletions
|
@ -17,6 +17,5 @@ XPI_FILES= chrome/infolister.jar chrome.manifest \
|
|||
license.txt
|
||||
XPI_DIRS= chrome components defaults/preferences defaults
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -14,6 +14,5 @@ XPI_NUM= 673
|
|||
XPI_FILES= chrome/informenter.jar defaults/preferences/informenter.js install.rdf chrome.manifest
|
||||
XPI_DIRS= chrome defaults/preferences defaults
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -13,6 +13,5 @@ XPI_DISTNAME= inline_google_definitions
|
|||
XPI_NUM= 2083
|
||||
XPI_ID= {70171e70-9057-11da-9562-00e08161165f}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,6 +18,5 @@ XPI_FILES= chrome.manifest \
|
|||
XPI_DIRS= chrome \
|
||||
defaults/preferences defaults
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -13,10 +13,11 @@ COMMENT= Library of common useful routines for XPI developers
|
|||
LICENSE= MPL
|
||||
|
||||
XPI_ID= {DF8E5247-8E0A-4de6-B393-0735A39DFD80}
|
||||
XPI_FILES= application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js install.js install.rdf
|
||||
XPI_FILES= application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest \
|
||||
components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js \
|
||||
install.js install.rdf
|
||||
XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -Ee '/Suite/,/Flock/s/>2[.]0[.][*]</>2.4.*</' ${WRKSRC}/install.rdf
|
||||
${RM} -f ${WRKSRC}/install.rdf.bak
|
||||
|
|
Loading…
Reference in a new issue