diff options
author | obache <obache> | 2008-11-28 02:03:01 +0000 |
---|---|---|
committer | obache <obache> | 2008-11-28 02:03:01 +0000 |
commit | 30e9c4814b8a001d230c3fd5a2dba0730beb4ed3 (patch) | |
tree | d2f0bc52cc5a3b89f19e99f03e86296faf18ab8f /inputmethod | |
parent | 490b4d2f0bf4681c37be98129cf2d937136a3dbf (diff) | |
download | pkgsrc-30e9c4814b8a001d230c3fd5a2dba0730beb4ed3.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 |