diff options
author | Mike Smith <msmith@FreeBSD.org> | 2000-04-04 21:45:54 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 2000-04-04 21:45:54 +0000 |
commit | fae710c317813c26a189f0fcba87b19c6884c90e (patch) | |
tree | 8c5bd1992a47158848da5c5653df31922740f7df | |
parent | Replace clean target with post-clean target. (diff) |
Corel moved the license agreement page - catch up with them.
Submitted by: Ronald Klop <ronald@node11a94.a2000.nl>
Notes
Notes:
svn path=/head/; revision=27335
-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 7911c75b42e5..2e5b887804ae 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/linux8/download.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 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.' .endif post-extract: |