aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2009-08-10 21:38:14 +0800
committerskreuzer <skreuzer@FreeBSD.org>2009-08-10 21:38:14 +0800
commit33ca7b1a9dae02d5827a369476009ea1b28f147b (patch)
tree70470854f6b238858fc2e90b36de986f39eb6aeb /www
parentd0cff9f233e55e2f04457541f6c31ddcf6decf71 (diff)
downloadfreebsd-ports-gnome-33ca7b1a9dae02d5827a369476009ea1b28f147b.tar.gz
freebsd-ports-gnome-33ca7b1a9dae02d5827a369476009ea1b28f147b.tar.zst
freebsd-ports-gnome-33ca7b1a9dae02d5827a369476009ea1b28f147b.zip
Update XPI_FILES, XPI_ID to fix build issues on pointhat discovered by erwin
Diffstat (limited to 'www')
-rw-r--r--www/xpi-errorzilla/Makefile33
1 files changed, 30 insertions, 3 deletions
diff --git a/www/xpi-errorzilla/Makefile b/www/xpi-errorzilla/Makefile
index 11a49afe0fe8..5a4f6a45bca0 100644
--- a/www/xpi-errorzilla/Makefile
+++ b/www/xpi-errorzilla/Makefile
@@ -15,9 +15,36 @@ COMMENT= Useful error pages
XPI_DISTNAME= errorzilla_mod
XPI_NUM= 3336
-XPI_ID= {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
-XPI_FILES= chrome/errorzillamod.jar chrome.manifest defaults/preferences/prefs.js install.js install.rdf
-XPI_DIRS= chrome defaults/preferences defaults
+XPI_ID= ErrorZillaMod@jaybaldwin
+XPI_FILES= chrome/content/about.xul \
+ chrome/content/contents.rdf \
+ chrome/content/images/firefox_logo1.gif \
+ chrome/content/images/firefox_logo2.gif \
+ chrome/content/lib.js \
+ chrome/content/netError.css \
+ chrome/content/netError.js \
+ chrome/content/netError.xhtml \
+ chrome/content/overlay.xul \
+ chrome/content/ping.txt \
+ chrome/content/prefs.js \
+ chrome/content/redirectToPing.xhtml \
+ chrome/locale/en-US/about.dtd \
+ chrome/locale/en-US/contents.rdf \
+ chrome/skin/classic/about.css \
+ chrome/skin/classic/contents.rdf \
+ chrome/skin/classic/errorzillamod.png \
+ chrome.manifest \
+ defaults/preferences/prefs.js \
+ install.rdf
+XPI_DIRS= chrome/content/images \
+ chrome/content \
+ chrome/locale/en-US \
+ chrome/locale \
+ chrome/skin/classic \
+ chrome/skin \
+ chrome \
+ defaults/preferences \
+ defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>