diff options
author | knu <knu@FreeBSD.org> | 2000-12-07 08:43:18 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-12-07 08:43:18 +0000 |
commit | 0f149cd29b76f5edc9ac9f63c9634ebdc9dc6d4b (patch) | |
tree | fe6ee25a7b74c3964a08c3b44923e632e54720bf /japanese/wxg | |
parent | 22b531395edd7087a2b9158e1d283ffcb304953b (diff) | |
download | FreeBSD-ports-0f149cd29b76f5edc9ac9f63c9634ebdc9dc6d4b.zip FreeBSD-ports-0f149cd29b76f5edc9ac9f63c9634ebdc9dc6d4b.tar.gz |
Fix a typo in the IGNORE message.
Diffstat (limited to 'japanese/wxg')
-rw-r--r-- | japanese/wxg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/wxg/Makefile b/japanese/wxg/Makefile index 71859eb9..dd58943 100644 --- a/japanese/wxg/Makefile +++ b/japanese/wxg/Makefile @@ -28,7 +28,7 @@ SBINS= wxgserver .include <bsd.port.pre.mk> .if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE='You must visit http://www.ekotoba.com/download/dldata.asp?kind=1&data=3 and agree with the licence terms to fetch "${DISTFILE}". After the download is donw, place it in ${_DISTDIR} and run make again.' +IGNORE='You must visit http://www.ekotoba.com/download/dldata.asp?kind=1&data=3 and agree with the licence terms to fetch "${DISTFILE}". After the download is done, place it in ${_DISTDIR} and run make again.' .endif do-fetch: |