diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-22 23:37:32 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-22 23:37:32 +0800 |
commit | 3c22857cfc35814e328fcbcb18e1692cec545ac5 (patch) | |
tree | 5cd007ec2b8574521cd9840eab551e450623738f | |
parent | a629de5bd5cb79559434fa6e53f960d9b88c74dd (diff) | |
download | freebsd-ports-gnome-3c22857cfc35814e328fcbcb18e1692cec545ac5.tar.gz freebsd-ports-gnome-3c22857cfc35814e328fcbcb18e1692cec545ac5.tar.zst freebsd-ports-gnome-3c22857cfc35814e328fcbcb18e1692cec545ac5.zip |
- Use FreeBSD ftp servers
- SF garr mirror seems to have corrupt distro
-rw-r--r-- | mail/squirrelmail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index b75680d9ac65..f72a3e03df93 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -9,10 +9,10 @@ PORTNAME= squirrelmail PORTVERSION= 1.4.19 PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= SF/${PORTNAME}/stable/${PORTVERSION}:squirrelmail \ - SF/${PORTNAME}/locales/1.4.13-20071220:locales -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:squirrelmail \ - all_locales-1.4.13-20071220${EXTRACT_SUFX}:locales +MASTER_SITES= LOCAL +MASTER_SITE_SUBDIR= tabthorpe +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + all_locales-1.4.13-20071220${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} MAINTAINER= tabthorpe@freebsd.org |