aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-01-27 06:06:04 +0800
committerdirk <dirk@FreeBSD.org>1999-01-27 06:06:04 +0800
commitddd52918687f7e3150e7aed80fc8af830438ac9f (patch)
tree751300d329112773bfd6161f0cbc194ae9543043 /security/openssl/Makefile
parent0d4d4d914de9dbb8d09bc1517f23d93a6e30106f (diff)
downloadfreebsd-ports-gnome-ddd52918687f7e3150e7aed80fc8af830438ac9f.tar.gz
freebsd-ports-gnome-ddd52918687f7e3150e7aed80fc8af830438ac9f.tar.zst
freebsd-ports-gnome-ddd52918687f7e3150e7aed80fc8af830438ac9f.zip
Correct MASTER_SITES.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile7
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