diff options
author | obache <obache@pkgsrc.org> | 2008-11-28 02:03:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-28 02:03:01 +0000 |
commit | 487948566419ed915513ddd1556de5eee0137ba0 (patch) | |
tree | d2f0bc52cc5a3b89f19e99f03e86296faf18ab8f /inputmethod | |
parent | 366ce7124403ff8be623b9536ba0685c114d6ad0 (diff) | |
download | pkgsrc-487948566419ed915513ddd1556de5eee0137ba0.tar.gz |
Original MASTER_SITES does not have old distfiles.
Use mirror site instead.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/gcin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/gcin/Makefile b/inputmethod/gcin/Makefile index 19e4af69edd..e096254b4b4 100644 --- a/inputmethod/gcin/Makefile +++ b/inputmethod/gcin/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2008/06/20 01:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/11/28 02:03:01 obache Exp $ # DISTNAME= gcin-1.1.7 PKGREVISION= 1 CATEGORIES= inputmethod -MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ +#MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ +MASTER_SITES= http://cle.linux.org.tw/gcin/download/gcin-old/gcin-1.1.x/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= rxg@NetBSD.org |