From 8608fc8856913a52b4c07426094a5c6a551a3657 Mon Sep 17 00:00:00 2001 From: hoek Date: Wed, 18 Aug 1999 00:02:55 +0000 Subject: 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. --- security/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/openssl/Makefile') diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 606f04d56589..e9b69b7fbeac 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 # -# $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) -- cgit