diff options
author | sat <sat@FreeBSD.org> | 2007-06-18 22:06:47 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-18 22:06:47 +0800 |
commit | ab9b6eaf3ae1dd3d9be9e61f4230357fd1657918 (patch) | |
tree | 3018760c2bde5201b5effbe3cda6b381272a7d53 /www/xpi-customizegoogle | |
parent | 23b34eb984e4cbfe1f3afc8094404353bded0e3f (diff) | |
download | freebsd-ports-gnome-ab9b6eaf3ae1dd3d9be9e61f4230357fd1657918.tar.gz freebsd-ports-gnome-ab9b6eaf3ae1dd3d9be9e61f4230357fd1657918.tar.zst freebsd-ports-gnome-ab9b6eaf3ae1dd3d9be9e61f4230357fd1657918.zip |
- Fix plist
- Bump portrevision
- Try to practice xpi-fu a bit more often
Reported by: pointyhat via kris
Diffstat (limited to 'www/xpi-customizegoogle')
-rw-r--r-- | www/xpi-customizegoogle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/xpi-customizegoogle/Makefile b/www/xpi-customizegoogle/Makefile index 6f2a70f2bcaa..47609877291b 100644 --- a/www/xpi-customizegoogle/Makefile +++ b/www/xpi-customizegoogle/Makefile @@ -7,6 +7,7 @@ PORTNAME= customizegoogle PORTVERSION= 0.60 +PORTREVISION= 1 DISTVERSIONSUFFIX= -fx+fl CATEGORIES= www @@ -16,7 +17,7 @@ COMMENT= Enhance and tweak Google services XPI_NUM= 743 XPI_ID= {fce36c1e-58d8-498a-b2a5-66ad1cedebbb} XPI_FILES= Changes GPL Ideas README chrome/customizegoogle.jar \ - defaults/preferences/prefs.js install.rdf + defaults/preferences/prefs.js install.rdf chrome.manifest XPI_DIRS= chrome defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" |