diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-03 02:33:00 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-03 02:33:00 +0000 |
commit | 946f4afd49a8097be4ba215205cdfa08620c92e0 (patch) | |
tree | d37a96694c9b0456695bb00122951516f37c7158 /www/xpi-jsview/Makefile | |
parent | 468b8d3f427bdfa5449b87cde11afe1eef50c434 (diff) |
Notes
Diffstat (limited to 'www/xpi-jsview/Makefile')
-rw-r--r-- | www/xpi-jsview/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/xpi-jsview/Makefile b/www/xpi-jsview/Makefile index d2f4c1c614ee..a04d5fb828fd 100644 --- a/www/xpi-jsview/Makefile +++ b/www/xpi-jsview/Makefile @@ -6,15 +6,16 @@ # PORTNAME= jsview -PORTVERSION= 1.1.7 -DISTVERSIONSUFFIX= -fx+zm +PORTVERSION= 1.2.4 CATEGORIES= www +MASTER_SITES= http://forum.softwareblaze.com/jsview/ CSME +DISTNAME= ${PORTNAME}${DISTVERSION} MAINTAINER= infofarmer@FreeBSD.org COMMENT= Easily view embedded/external JS and CSS XPI_ID= {cf15270e-cf08-4def-b4ea-6a5ac23f3bca} -XPI_FILES= chrome/jsview.jar chrome.manifest defaults/preferences/jsview.js install.js install.rdf +XPI_FILES= chrome/jsview.jar chrome.manifest defaults/preferences/jsview.js install.js install.rdf XPI_DIRS= chrome defaults/preferences defaults post-extract: |