diff options
author | knu <knu@FreeBSD.org> | 2001-04-14 06:24:00 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-14 06:24:00 +0000 |
commit | ba85d349a17d654c3255825b09a672274054bb08 (patch) | |
tree | 71b9cd88990fa4f5aed739d5b85684fd452435b3 /japanese | |
parent | 5e52a225fb51f533cc7d483b3cb593a043494a82 (diff) | |
download | FreeBSD-ports-ba85d349a17d654c3255825b09a672274054bb08.zip FreeBSD-ports-ba85d349a17d654c3255825b09a672274054bb08.tar.gz |
Correct the URL to fetch the distfile from.
Submitted by: Jun Naito <j_n@kiwi.ne.jp>
Diffstat (limited to 'japanese')
-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 dd58943..746f576 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 done, place it in ${_DISTDIR} and run make again.' +IGNORE='You must visit http://www.ekotoba.com/download/dldata.asp?kind=1&data=1 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: |