diff options
author | hoek <hoek@FreeBSD.org> | 1999-08-18 00:02:55 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1999-08-18 00:02:55 +0000 |
commit | 8608fc8856913a52b4c07426094a5c6a551a3657 (patch) | |
tree | 2495a00a888c1f8fdb4d959ddd00799309168c24 /security/openssl | |
parent | 3dd2e7f560a95977956493ff405d8f7228715e0e (diff) | |
download | FreeBSD-ports-8608fc8856913a52b4c07426094a5c6a551a3657.zip FreeBSD-ports-8608fc8856913a52b4c07426094a5c6a551a3657.tar.gz |
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.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 606f04d..e9b69b7 100644 --- a/security/openssl/Makefile +++ b/security/openssl/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) |