diff options
author | shige <shige@FreeBSD.org> | 2000-06-09 22:17:25 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-06-09 22:17:25 +0800 |
commit | fcddddb7cba8f5b03e3817e7596255be77a93382 (patch) | |
tree | 3007a271ca92ae6d420a5bd77a1c364aa2728681 | |
parent | b5e94f89b690f77e12e6799c4598aa5301192462 (diff) | |
download | freebsd-ports-gnome-fcddddb7cba8f5b03e3817e7596255be77a93382.tar.gz freebsd-ports-gnome-fcddddb7cba8f5b03e3817e7596255be77a93382.tar.zst freebsd-ports-gnome-fcddddb7cba8f5b03e3817e7596255be77a93382.zip |
Fix unfetchable problem.
-rw-r--r-- | japanese/kon2-16dot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index 503bd10b5bb3..701aca1f6fbc 100644 --- a/japanese/kon2-16dot/Makefile +++ b/japanese/kon2-16dot/Makefile @@ -11,6 +11,7 @@ PKGNAMESUFFIX= -${KONFONT} CATEGORIES= japanese # note kon is only in first directory and fonts are only in second directory MASTER_SITES= ftp://ftp.tut.ac.jp/Linux/Packages/Utils/ \ + ${MASTER_SITE_PORTS_JP} \ ftp://ftp.xfree86.org/pub/XFree86/3.3.3/untarred/xc/fonts/bdf/misc/ \ ftp://ftp.iij.ad.jp/pub/X/XFree86/3.3.3/untarred/xc/fonts/bdf/misc/ DISTNAME= kon2-${PORTVERSION} |