diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-10-07 05:50:35 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-10-07 05:50:35 +0000 |
commit | f35c55d61b87bfffccedbb07872f124f5a5bfcef (patch) | |
tree | 45a9acd44f18dc014bdacc52722816b2c5ba2461 /security | |
parent | f10adf48c4812d3b5a015f6f16ae75ac5fc7c90b (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile | 4 |
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 \ |