diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-03 14:20:15 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-03 14:20:15 +0000 |
commit | 3d9fb09dea5ab59c06792043cef83d90c2848e14 (patch) | |
tree | 1361b141bb3ee66028af17c22edd743e761c4306 /www/preferential | |
parent | 66beb154a1a7356bd5d20fccf6f7b2ebd99fb4cc (diff) | |
download | ports-3d9fb09dea5ab59c06792043cef83d90c2848e14.tar.gz ports-3d9fb09dea5ab59c06792043cef83d90c2848e14.zip |
Notes
Diffstat (limited to 'www/preferential')
-rw-r--r-- | www/preferential/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/preferential/Makefile b/www/preferential/Makefile index 6e85899e32c3..b1b9dcaed47e 100644 --- a/www/preferential/Makefile +++ b/www/preferential/Makefile @@ -13,12 +13,9 @@ MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= ${PORTNAME}/versions DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= GUI interface to view & edit all ${GECKO} prefs -DEPRECATED= Ports could installed and updated more easily by user's browser(firefox) -EXPIRATION_DATE=2009-01-31 - PLIST_FILES= %%MOZDIR%%/chrome/preferential.jar .include <bsd.port.pre.mk> |