diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-18 23:18:43 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-18 23:18:43 +0000 |
commit | 4aa4d1526aa0293b572ecddfb161e600d60998d9 (patch) | |
tree | ce40044a2b53a60e7411d6716e8a30db65444b5f /cad/magic/MESSAGE | |
parent | c60351c841454f9d7a1b3207f6c18c20a06d6bc6 (diff) | |
download | pkgsrc-4aa4d1526aa0293b572ecddfb161e600d60998d9.tar.gz |
use MAGIC_HOME instead of CAD_HOME as the environment variable which
points to the magic installation. This avoids possible conflicts with
some other UCB tools which use CAD_HOME. Noted in private email from
Daniel Senderowitz.
Diffstat (limited to 'cad/magic/MESSAGE')
-rw-r--r-- | cad/magic/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/magic/MESSAGE b/cad/magic/MESSAGE index fb41f6693ab..457143ffa2a 100644 --- a/cad/magic/MESSAGE +++ b/cad/magic/MESSAGE @@ -1,7 +1,7 @@ ====================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2002/04/06 21:37:29 dmcmahill Exp $ +$NetBSD: MESSAGE,v 1.2 2002/05/18 23:18:43 dmcmahill Exp $ -You must set the environment variable CAD_HOME to ${PREFIX} to +You must set the environment variable MAGIC_HOME to ${PREFIX} to use the tools in this package. ====================================================================== |