diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-08-22 15:37:32 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-08-22 15:37:32 +0000 |
commit | cf43d6097a4af7c8f1ec890a52265b87bd9535bc (patch) | |
tree | a2124488015297cfda61ee17e4a154aecb3ee415 /mail/squirrelmail | |
parent | 6d9b73dc3e51e2c2580747c45cb7200981ffd1c6 (diff) | |
download | ports-cf43d6097a4af7c8f1ec890a52265b87bd9535bc.tar.gz ports-cf43d6097a4af7c8f1ec890a52265b87bd9535bc.zip |
- Use FreeBSD ftp servers
- SF garr mirror seems to have corrupt distro
Notes
Notes:
svn path=/head/; revision=240104
Diffstat (limited to 'mail/squirrelmail')
-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 |