diff options
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index b9427909354..bcbacdef428 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/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 |