diff options
author | sat <sat@FreeBSD.org> | 2006-05-19 18:17:30 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-19 18:17:30 +0800 |
commit | 1e0b0958a798437f2f7a5ab752ca3f286c44b348 (patch) | |
tree | dd68ad5e4ca087721609c8a1a420ea5be1e06ad0 /www/xpi-unplug/Makefile | |
parent | 6eb229c85be8c9db51eb10ead12e87d70c66d7a4 (diff) | |
download | freebsd-ports-gnome-1e0b0958a798437f2f7a5ab752ca3f286c44b348.tar.gz freebsd-ports-gnome-1e0b0958a798437f2f7a5ab752ca3f286c44b348.tar.zst freebsd-ports-gnome-1e0b0958a798437f2f7a5ab752ca3f286c44b348.zip |
- Update to 1.1.2
- Provide my mirrors
- Move plist to pkg-plist
- Update WWW
PR: ports/97444 (based on)
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
Approved by: krion (mentor)
Diffstat (limited to 'www/xpi-unplug/Makefile')
-rw-r--r-- | www/xpi-unplug/Makefile | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/www/xpi-unplug/Makefile b/www/xpi-unplug/Makefile index 7d2cee5fdd5b..fbb7eccb8c0a 100644 --- a/www/xpi-unplug/Makefile +++ b/www/xpi-unplug/Makefile @@ -6,32 +6,15 @@ # PORTNAME= unplug -PORTVERSION= 0.8 +PORTVERSION= 1.1.2 DISTVERSIONSUFFIX= -fx CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_CSME} MAINTAINER= chinsan.tw@gmail.com COMMENT= An extension to convert embedded plug-ins to html links XPI_ID= unplug@compunach -XPI_FILES= chrome/content/help_flash.html chrome/content/help_flv.html \ - chrome/content/help_playlist.html \ - chrome/content/help_playtext.html \ - chrome/content/help_ram.html chrome/content/help_rm.html \ - chrome/content/help_skim.html chrome/content/overlay.xul \ - chrome/content/pro_ftp.html chrome/content/pro_mms.html \ - chrome/content/pro_other.html chrome/content/pro_rtsp.html \ - chrome/content/settings.xul chrome/content/unplug.js \ - chrome/content/unplug_settings.js chrome/content/zuul.html \ - chrome/skin/config.png chrome/skin/ftp.png \ - chrome/skin/help.png chrome/skin/hexit.png \ - chrome/skin/pagehog.png chrome/skin/unplug.css \ - chrome/skin/unplug.png chrome/skin/unstar0.png \ - chrome/skin/unstar1.png chrome/skin/unstar2.png \ - chrome/skin/unstar3.png chrome/skin/warn.png chrome.manifest \ - defaults/preferences/cn_unplug.js install.rdf -XPI_DIRS= chrome/content chrome/skin chrome defaults/preferences \ - defaults -.include "../xpi-adblock/Makefile.xpi" +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |