Date: Wed, 1 Sep 1999 21:32:17 -0700 (MST) From: John and Jennifer Reynolds <jreynold@primenet.com> To: ports@freebsd.org Subject: world's smallest patch to wordperfect port Message-ID: <14285.64977.242350.857128@gargle.gargle.HOWL>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14285.64977.242350.857128>