From owner-freebsd-ports Wed Sep 1 21:31:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from localhost.primenet.com (207-218-5-160.nas-1.SCF.primenet.com [207.218.5.160]) by hub.freebsd.org (Postfix) with ESMTP id 2E7A814CB0 for ; Wed, 1 Sep 1999 21:31:18 -0700 (PDT) (envelope-from jreynold@primenet.com) Received: (from jreynold@localhost) by localhost.primenet.com (8.9.3/8.9.3) id VAA30902; Wed, 1 Sep 1999 21:32:20 -0700 (MST) (envelope-from jreynold@primenet.com) From: John and Jennifer Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14285.64977.242350.857128@gargle.gargle.HOWL> Date: Wed, 1 Sep 1999 21:32:17 -0700 (MST) To: ports@freebsd.org Subject: world's smallest patch to wordperfect port X-Mailer: VM 6.73 under Emacs 20.3.1 Cc: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey all, I was installing the word perfect port last night. MAJORLY cool job to all those involved in making port so successful!!! I didn't have linux_base installed, it went and grabbed everything and just kicked butt. Kudos! However, I have a 2-line patch to the Makefile. It gives a URL to go grab your "free registration key" which appears to have gone to the big URL bucket in the sky. This fixes it. Here's the 2 line patch. Thanks all! -Jr --- Makefile.orig Wed Sep 1 21:19:56 1999 +++ Makefile Wed Sep 1 21:20:22 1999 @@ -49,7 +49,7 @@ ${ECHO} " This installation of WordPerfect will expire in 90 days," ; \ ${ECHO} " unless you retrieve a free registration key from" ; \ ${ECHO} "" ; \ - ${ECHO} " https://livewire.corel.com/wp8LinuxReg/" ; \ + ${ECHO} " http://venus.corel.com/nasapps/wp8linuxreg/register.html" ; \ ${ECHO} "" ; \ ${ECHO} " to register your copy TODAY. Do this now!" ; \ ${ECHO} "" ; \ -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jreynold@primenet.com FreeBSD 3.2-STABLE. FreeBSD: The Power to Serve. http://www.primenet.com/~jreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message