diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 00:55:10 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 00:55:10 +0000 |
commit | d4791b77602e375b6613b17038c7172d77845fae (patch) | |
tree | 72bf84b666afe50f6dec18b813f2d63f0297bf9c /www/xpi-noscript | |
parent | 4eea66201ecd9f2c93eb15a3607e126116ecf2d9 (diff) | |
download | ports-d4791b77602e375b6613b17038c7172d77845fae.tar.gz ports-d4791b77602e375b6613b17038c7172d77845fae.zip |
Notes
Diffstat (limited to 'www/xpi-noscript')
-rw-r--r-- | www/xpi-noscript/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/xpi-noscript/Makefile b/www/xpi-noscript/Makefile index 1fcd853d6ca4..d6bf29520af3 100644 --- a/www/xpi-noscript/Makefile +++ b/www/xpi-noscript/Makefile @@ -7,6 +7,7 @@ PORTNAME= noscript PORTVERSION= 1.10 +PORTREVISION= 1 DISTVERSIONSUFFIX= -fx+sm+fn CATEGORIES= www @@ -17,8 +18,8 @@ XPI_ID= {73a6fe31-595d-460b-a920-fcc0f8843232} XPI_NUM= 722 XPI_FILES= GPL.txt NoScript_License.txt chrome/noscript.jar chrome.manifest \ components/noscriptService.js defaults/preferences/noscript.js \ - install.js install.rdf .autoreg mozilla.cfg META-INF/zigbert.rsa META-INF/manifest.mf META-INF/zigbert.sf -XPI_DIRS= chrome components defaults/preferences defaults META-INF + install.js install.rdf .autoreg mozilla.cfg +XPI_DIRS= chrome components defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |