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/preferential | |
parent | dabdff80f93f9e87dd13f4c1b5d2141fb79322d8 (diff) | |
download | ports-9adcc4e9d6145ec9e051bc9ce75fcea84fdfa34f.tar.gz ports-9adcc4e9d6145ec9e051bc9ce75fcea84fdfa34f.zip |
Notes
Diffstat (limited to 'www/preferential')
-rw-r--r-- | www/preferential/Makefile | 14 | ||||
-rw-r--r-- | www/preferential/pkg-descr | 2 | ||||
-rw-r--r-- | www/preferential/pkg-plist | 2 |
3 files changed, 11 insertions, 7 deletions
diff --git a/www/preferential/Makefile b/www/preferential/Makefile index 578df8d34376..eaece5814d54 100644 --- a/www/preferential/Makefile +++ b/www/preferential/Makefile @@ -5,22 +5,28 @@ # $FreeBSD$ # -PORTNAME?= preferential +PORTNAME= preferential PORTVERSION= 0.7.1 -PORTREVISION?= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= ${PORTNAME}/versions DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -MAINTAINER?= ports@FreeBSD.org -COMMENT?= GUI interface to view & edit all Mozilla prefs +MAINTAINER= ports@FreeBSD.org +COMMENT= GUI interface to view & edit all ${GECKO} prefs USE_X_PREFIX= yes # Cannot be included after <bsd.port.pre.mk>. +PLIST_FILES= %%MOZDIR%%/chrome/preferential.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/preferential.jar ${MOZDIR}/chrome diff --git a/www/preferential/pkg-descr b/www/preferential/pkg-descr index f413839b2503..a191eeb59315 100644 --- a/www/preferential/pkg-descr +++ b/www/preferential/pkg-descr @@ -1,5 +1,5 @@ The Preferential project aims to provide all users of Gecko browsers -(eg. Mozilla, Firefox) with a simple, accessible GUI that allows the +(eg. Mozilla, Seamonkey) with a simple, accessible GUI that allows the modification of any preference set within that browser environment. WWW: http://preferential.mozdev.org/ diff --git a/www/preferential/pkg-plist b/www/preferential/pkg-plist deleted file mode 100644 index c7f67cfb7203..000000000000 --- a/www/preferential/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%MOZDIR%%/chrome/preferential.jar -%%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf |