diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-18 05:52:41 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-18 05:52:41 +0800 |
commit | 9da941f8951497a27619f9ba4e5aa2f1d3abb73c (patch) | |
tree | 2c3bef612ca1beaa713ba81a26b72223bcb5d8bc /www/xpi-preferential/Makefile | |
parent | 4eb16f2b64914aa3cd62a36554cf75be0bb77def (diff) | |
download | freebsd-ports-gnome-9da941f8951497a27619f9ba4e5aa2f1d3abb73c.tar.gz freebsd-ports-gnome-9da941f8951497a27619f9ba4e5aa2f1d3abb73c.tar.zst freebsd-ports-gnome-9da941f8951497a27619f9ba4e5aa2f1d3abb73c.zip |
Fetch from the default master sites (where new preferential is available
under an ugly name).
No functional change, don't bump PORTREVISION.
Submitted by: Andrew Pantyukhin <infofarmer (at) gmail.com>
Diffstat (limited to 'www/xpi-preferential/Makefile')
-rw-r--r-- | www/xpi-preferential/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/xpi-preferential/Makefile b/www/xpi-preferential/Makefile index 22acc09a5e37..3a95fbbb9a1c 100644 --- a/www/xpi-preferential/Makefile +++ b/www/xpi-preferential/Makefile @@ -1,16 +1,16 @@ -# Ports collection makefile for: preferential-firefox -# Date created: Tue Oct 28, 2003 -# Whom: Thierry Thomas (<thierry@pompo.net>) +# Ports collection makefile for: preferential-firefox +# Date created: Tue Oct 28, 2003 +# Whom: Thierry Thomas (<thierry@pompo.net>) # # $FreeBSD$ # PORTNAME= preferential PORTVERSION= 0.8.1 +DISTVERSIONSUFFIX= -fx+mz+tb CATEGORIES= www -MASTER_SITES= http://mozdev.elliptic.fr/preferential/versions/ \ - http://mozdev.oregonstate.edu/preferential/versions/ \ - http://downloads.mozdev.org/preferential/versions/ +MASTER_SITE_SUBDIR= extensions/preferential_new_guid_ +DISTNAME= preferential_new_guid_-${PORTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= GUI interface to view & edit all Firefox prefs |