diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-01 15:02:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-01 15:02:27 +0000 |
commit | bf000393c95beff2978a56eeecc3c5994144e16d (patch) | |
tree | 195a9e392027799e32b5ab5833b9822f3f012aea /www/mozilla-vendor | |
parent | 1579a06fb727c75084fb56d476c0db72db3dc62a (diff) | |
download | ports-bf000393c95beff2978a56eeecc3c5994144e16d.tar.gz ports-bf000393c95beff2978a56eeecc3c5994144e16d.zip |
Notes
Diffstat (limited to 'www/mozilla-vendor')
-rw-r--r-- | www/mozilla-vendor/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index b94279093545..bcbacdef428f 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/Makefile @@ -10,10 +10,11 @@ PORTVERSION= 1.0.rc1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ - http://people.freebsd.org/~sobomax/:people -MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.rc/rc/}/src + ${MASTER_SITE_LOCAL:S,$,:local,} +MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.rc/rc/}/src \ + sobomax/:local DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \ - libart_lgpl-${PORTVERSION}${EXTRACT_SUFX}:people + libart_lgpl-${PORTVERSION}${EXTRACT_SUFX}:local MAINTAINER= gnome@FreeBSD.org |