summaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-01 15:02:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-01 15:02:27 +0000
commitbf000393c95beff2978a56eeecc3c5994144e16d (patch)
tree195a9e392027799e32b5ab5833b9822f3f012aea /www/seamonkey2
parentCatch up irc/bitchx. (diff)
Change dist site for libart from sobomax's people page to his local-distfiles
directory. Prompted by: obrien (and FreeBSD.org admins)
Notes
Notes: svn path=/head/; revision=58409
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index b94279093545..bcbacdef428f 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/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