diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-09-06 06:45:02 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-09-06 06:45:02 +0000 |
commit | 9adcc4e9d6145ec9e051bc9ce75fcea84fdfa34f (patch) | |
tree | a8e84d73f1c63efb783c4c3d4a64e635f00461ae /www/bugmenot | |
parent | dabdff80f93f9e87dd13f4c1b5d2141fb79322d8 (diff) | |
download | ports-9adcc4e9d6145ec9e051bc9ce75fcea84fdfa34f.tar.gz ports-9adcc4e9d6145ec9e051bc9ce75fcea84fdfa34f.zip |
Notes
Diffstat (limited to 'www/bugmenot')
-rw-r--r-- | www/bugmenot/Makefile | 14 | ||||
-rw-r--r-- | www/bugmenot/pkg-descr | 4 | ||||
-rw-r--r-- | www/bugmenot/pkg-plist | 2 |
3 files changed, 12 insertions, 8 deletions
diff --git a/www/bugmenot/Makefile b/www/bugmenot/Makefile index e464b408449b..9cec1c1b636a 100644 --- a/www/bugmenot/Makefile +++ b/www/bugmenot/Makefile @@ -5,22 +5,28 @@ # $FreeBSD$ # -PORTNAME?= bugmenot +PORTNAME= bugmenot PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://extensions.roachfiend.com/ DISTNAME= ${PORTNAME} -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_1 MAINTAINER= thierry@FreeBSD.org -COMMENT?= Mozilla extension to bypass compulsory web registration +COMMENT= ${GECKO} extension to bypass compulsory web registration USE_X_PREFIX= yes # Cannot be included after <bsd.port.pre.mk>. +PLIST_FILES= %%MOZDIR%%/chrome/bugmenot.jar + .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozex/Makefile.xpi" +.if ${GECKO} == mozilla +PLIST_FILES+= %%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf +.endif + do-install: @${INSTALL_DATA} ${WRKDIR}/chrome/bugmenot.jar ${MOZDIR}/chrome diff --git a/www/bugmenot/pkg-descr b/www/bugmenot/pkg-descr index 643bdfb54ef4..367d4be7caec 100644 --- a/www/bugmenot/pkg-descr +++ b/www/bugmenot/pkg-descr @@ -1,5 +1,5 @@ -Bypass compulsory web registration via Firefox's right-click context menu. -Compatibile with Mozilla and current Firefox releases. +Bypass compulsory web registration via Mozilla's right-click context menu. +Compatibile with Mozilla and current Seamonkey releases. Visit bugmenot.com for full details of their service. diff --git a/www/bugmenot/pkg-plist b/www/bugmenot/pkg-plist deleted file mode 100644 index 0b390fcc476a..000000000000 --- a/www/bugmenot/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%MOZDIR%%/chrome/bugmenot.jar -%%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf |