aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2005-10-07 05:50:35 +0000
committerBill Fenner <fenner@FreeBSD.org>2005-10-07 05:50:35 +0000
commitf35c55d61b87bfffccedbb07872f124f5a5bfcef (patch)
tree45a9acd44f18dc014bdacc52722816b2c5ba2461
parentf10adf48c4812d3b5a015f6f16ae75ac5fc7c90b (diff)
downloadports-f35c55d61b87bfffccedbb07872f124f5a5bfcef.tar.gz
ports-f35c55d61b87bfffccedbb07872f124f5a5bfcef.zip
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.)
Notes
Notes: svn path=/head/; revision=144446
-rw-r--r--security/cyrus-sasl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 75ff8229a9ea..850c3dbaa997 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -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 \