diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-26 22:06:04 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-26 22:06:04 +0000 |
commit | 0e7af78196a3f094ca55d9ecfc936a00dc6b945e (patch) | |
tree | 5bb2e31445eecae2e7f5702c672aa76db3a7ec68 /security/openssl | |
parent | 76eca5a3a5640dfa459aeca6895d61fd984bca93 (diff) | |
download | ports-0e7af78196a3f094ca55d9ecfc936a00dc6b945e.tar.gz ports-0e7af78196a3f094ca55d9ecfc936a00dc6b945e.zip |
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index fa4230fef12a..83def3b46a28 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -3,14 +3,15 @@ # Date created: Sun Jan 3 19:36:27 CET 1999 # Whom: Dirk Froemberg <dirk@FreeBSD.ORG> # -# $Id: Makefile,v 1.24 1999/01/09 12:55:48 dirk Exp $ +# $Id: Makefile,v 1.25 1999/01/12 23:18:59 dirk Exp $ # DISTNAME= openssl-0.9.1c CATEGORIES= devel security MASTER_SITES= http://www.openssl.org/source/ \ - ftp://ftp.sunet.se/pub/security/tools/net/openssl/ \ - ftp://ftp.cert.dfn.de/pub/tools/net/openssl/ + ftp://ftp.openssl.org/source/ \ + ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ \ + ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ MAINTAINER= dirk@FreeBSD.ORG |