diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-25 00:18:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-25 00:18:58 +0800 |
commit | 5e660834d7c7892ecfec1bfa4ea58908bdf4509e (patch) | |
tree | 6624a6694fdf39e6625f031050d947248f638a5d /www/flock/Makefile | |
parent | 9f693aae860caf604720383f21c5fe3d794076ca (diff) | |
download | freebsd-ports-gnome-5e660834d7c7892ecfec1bfa4ea58908bdf4509e.tar.gz freebsd-ports-gnome-5e660834d7c7892ecfec1bfa4ea58908bdf4509e.tar.zst freebsd-ports-gnome-5e660834d7c7892ecfec1bfa4ea58908bdf4509e.zip |
Change the MASTER_SITE back to the official Mozilla FTP servers. Note,
people reinstalling this port will have to do a make distclean first, or
simply ignore the MD5 checksum.
Diffstat (limited to 'www/flock/Makefile')
-rw-r--r-- | www/flock/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index 582d8dd2acee..9bf7147c1a77 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -9,12 +9,9 @@ PORTNAME= firebird PORTVERSION= 0.6.1 PORTREVISION= 1 CATEGORIES= www -#MASTER_SITES= ${MASTER_SITE_MOZILLA} -#MASTER_SITE_SUBDIR= firebird/releases/${PORTVERSION} -MASTER_SITES= http://pryan.org/firebird/pryan/ -PKGNAMEPREFIX= mozilla- -#DISTNAME= MozillaFirebird-source-${PORTVERSION} -DISTNAME= MozillaFirebird-${PORTVERSION}-source-pryan +MASTER_SITES= ${MASTER_SITE_MOZILLA} +MASTER_SITE_SUBDIR= firebird/releases/${PORTVERSION} +DISTNAME= MozillaFirebird-source-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Mozilla Firebird is the next generation browser from the mozilla.org project |