summaryrefslogtreecommitdiff
path: root/security/openssl-beta
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-08-18 00:02:55 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-08-18 00:02:55 +0000
commitcae3003efcffd2d8b92366e7aca62de21694b562 (patch)
treefa44e85cda373c0f307ce002164fb2967f565822 /security/openssl-beta
parentegcc/eg++ have been renamed to gcc295/g++295. Change (diff)
Make it clear(er) that RSAREF is a port that must be installed, not, perhaps,
some piece of the base system (a-la crypto). I wrote "rsaref port" instead of "security/rsaref" since on the remote chance that rsaref switches categories, I don't want the message to become wrong.
Notes
Notes: svn path=/head/; revision=20766
Diffstat (limited to 'security/openssl-beta')
-rw-r--r--security/openssl-beta/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index 606f04d56589..e9b69b7fbeac 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Jan 3 19:36:27 CET 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
#
-# $Id: Makefile,v 1.32 1999/06/06 09:56:00 dirk Exp $
+# $Id: Makefile,v 1.33 1999/08/09 18:48:11 dirk Exp $
#
DISTNAME= openssl-0.9.4
@@ -23,7 +23,7 @@ pre-fetch:
@${ECHO} ""
@${ECHO} "You must set variable USA_RESIDENT to YES, if you are USA resident"
@${ECHO} "or to NO, if you aren't USA resident to build this package."
- @${ECHO} "You must also have installed RSAREF if you are USA resident."
+ @${ECHO} "You must also have installed rsaref port if you are USA resident."
@${FALSE}
.elif defined(USA_RESIDENT)
.if ${USA_RESIDENT} == YES && !defined(I_HAVE_AN_RSA_LICENSE)