diff options
author | jlam <jlam> | 2002-07-22 19:19:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-07-22 19:19:39 +0000 |
commit | 82d9516938c249b18903f423fe529e46b46ad6fb (patch) | |
tree | a70a8ab84b6cf373ebc77fc0c2bd18747088880b /security/cyrus-sasl/Makefile | |
parent | 8c8d4b5e8d17d6bbd718b845921440f1efb791e7 (diff) | |
download | pkgsrc-82d9516938c249b18903f423fe529e46b46ad6fb.tar.gz |
Use correct homepage.
Diffstat (limited to 'security/cyrus-sasl/Makefile')
-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 3252441a305..a28ef00ce5e 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/01/31 20:42:09 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2002/07/22 19:19:39 jlam Exp $ DISTNAME= cyrus-sasl-1.5.27 SVR4_PKGNAME= csasl @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/ MAINTAINER= jlam@netbsd.org -HOMEPAGE= http://asg2.web.cmu.edu/sasl/ +HOMEPAGE= http://asg.web.cmu.edu/sasl/ COMMENT= Simple Authentication and Security Layer BUILD_DEPENDS+= automake>=1.4:../../devel/automake |