diff options
-rw-r--r-- | security/cyrus-sasl/Makefile.common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/cyrus-sasl/Makefile.common b/security/cyrus-sasl/Makefile.common index 78141a4da6e..0c0d3bd0fc1 100644 --- a/security/cyrus-sasl/Makefile.common +++ b/security/cyrus-sasl/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2006/10/04 12:07:53 obache Exp $ +# $NetBSD: Makefile.common,v 1.11 2006/10/17 13:18:52 dsainty Exp $ # # This file is currently included by: # @@ -19,7 +19,9 @@ DISTNAME= cyrus-sasl-2.1.22 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/ + ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/ \ + http://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ + http://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://asg.web.cmu.edu/sasl/ |