1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Remove trailing backslash from MASTER_SITES which caused the

MASTER_SITE_SUBDIR= line to be treated as 4 more sites.
Add slash to MASTER_SITE_SUBDIR using the group syntax.
 (The file's not there anyway, but at least it's looking
  in the right spot now.)
This commit is contained in:
Bill Fenner 2005-10-07 05:50:35 +00:00
parent f10adf48c4
commit f35c55d61b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144446

View File

@ -21,8 +21,8 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \
http://www.surf.org.uk/downloads/:ldap_mysql \
ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/:ldap_mysql \
${MASTER_SITE_SOURCEFORGE:S/$/:ldap_mysql/} \
MASTER_SITE_SUBDIR= . OLD-VERSIONS/sasl cyrus-utils:ldap_mysql
${MASTER_SITE_SOURCEFORGE:S/$/:ldap_mysql/}
MASTER_SITE_SUBDIR= . OLD-VERSIONS/sasl cyrus-utils/:ldap_mysql
PATCHFILES= sasl_apop_patch.gz:apop \
${DISTNAME}-ipv6-${IPV6_VER}.diff.gz
PATCH_SITES= ftp://ftp.westbend.net/pub/cyrus-mail/contrib/:apop \