diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-04 23:14:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-04 23:14:33 +0000 |
commit | abdabe86bd0ebc0139eb432a7ddddb73a1e9c85c (patch) | |
tree | 2669442494431ffea6aea73a034a2dfbc56fccbd /www/xpi-colorfultabs/Makefile | |
parent | a00c2697bc1f30a3dc3fd7322911e129e574f1f5 (diff) | |
download | ports-abdabe86bd0ebc0139eb432a7ddddb73a1e9c85c.tar.gz ports-abdabe86bd0ebc0139eb432a7ddddb73a1e9c85c.zip |
Notes
Diffstat (limited to 'www/xpi-colorfultabs/Makefile')
-rw-r--r-- | www/xpi-colorfultabs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/xpi-colorfultabs/Makefile b/www/xpi-colorfultabs/Makefile index 00482ebe445d..c1a8c126d848 100644 --- a/www/xpi-colorfultabs/Makefile +++ b/www/xpi-colorfultabs/Makefile @@ -6,8 +6,8 @@ # PORTNAME= colorfultabs -PORTVERSION= 3.9.7 -DISTVERSIONSUFFIX= -fx +PORTVERSION= 4.1 +DISTVERSIONSUFFIX= -fx+sm PORTEPOCH= 1 CATEGORIES= www @@ -17,7 +17,7 @@ COMMENT= Colors every tab in a different color XPI_ID= {0545b830-f0aa-4d7e-8820-50a4629a56fe} XPI_NUM= 1368 XPI_FILES= chrome/clrtabs.jar chrome.manifest \ - defaults/preferences/defaults.js install.js install.rdf + defaults/preferences/defaults.js install.rdf XPI_DIRS= chrome defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" |