diff options
author | dougb <dougb@FreeBSD.org> | 2000-11-25 14:33:04 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2000-11-25 14:33:04 +0800 |
commit | 7a45d663ead352e438e5be5ac3af1219e3811db5 (patch) | |
tree | d0d2623c5ca13e79f534537fb53287cd67d087ee /editors | |
parent | 0beaf2a53a573429a79e59ebb5407d88919114e3 (diff) | |
download | freebsd-ports-gnome-7a45d663ead352e438e5be5ac3af1219e3811db5.tar.gz freebsd-ports-gnome-7a45d663ead352e438e5be5ac3af1219e3811db5.tar.zst freebsd-ports-gnome-7a45d663ead352e438e5be5ac3af1219e3811db5.zip |
Update location of Corel's instructions on how to download the distfile.
It's not at all clear to me that the license has been totally
removed, but IANAL. The originator recommended completely removing
the manual fetch, but I'm not willing to take responsibility for
that.
PR: ports/23031
Submitted by: Mikhail Teterin <mi@privatelabs.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/wordperfect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/wordperfect/Makefile b/editors/wordperfect/Makefile index 343f045e046c..520256ea0f34 100644 --- a/editors/wordperfect/Makefile +++ b/editors/wordperfect/Makefile @@ -28,7 +28,7 @@ NO_BUILD= yes .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE='The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually after reading and agreeing to the license at: http://linux.corel.com/products/linuxproducts_wp8.htm Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build.' +IGNORE='The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually after reading and following the links at http://linux.corel.com/products/wp8/download.htm Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build.' .endif post-extract: |