diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2006-10-22 18:20:52 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2006-10-22 18:20:52 +0000 |
commit | 60826853f1e94e360e3d89ce3d2dab70c9f73651 (patch) | |
tree | 913483f117ec918a5334fce215cb71787f4f706f /chinese | |
parent | - Fix a startup crash for anyone running non-latin-1 locale (diff) |
- Unbreak chinese/gcin by adding more MASTER_SITES
PR: ports/104570
Submitted by: chinsan
Approved by: portmgr (erwin)
delphij (mentor)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/gcin-devel/Makefile | 6 | ||||
-rw-r--r-- | chinese/gcin/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index 484b739760bb..3a6689edc275 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/Makefile @@ -9,15 +9,15 @@ PORTNAME= gcin PORTVERSION= 1.2.7 PORTREVISION= 2 CATEGORIES= chinese textproc gnome -MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main +MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main \ + LOCAL/chinsan:main \ + http://yilan.twbbs.org/chinsan/gcin/:main DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:main EXTRACT_ONLY= gcin-${PORTVERSION}.tar.bz2 MAINTAINER= chinsan@FreeBSD.org COMMENT= A traditional chinese input utility in X -BROKEN= Unfetchable - USE_BZIP2= YES GNU_CONFIGURE= YES USE_GNOME= gtk20 gnomecontrolcenter2 gnomehier diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index 484b739760bb..3a6689edc275 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -9,15 +9,15 @@ PORTNAME= gcin PORTVERSION= 1.2.7 PORTREVISION= 2 CATEGORIES= chinese textproc gnome -MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main +MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main \ + LOCAL/chinsan:main \ + http://yilan.twbbs.org/chinsan/gcin/:main DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:main EXTRACT_ONLY= gcin-${PORTVERSION}.tar.bz2 MAINTAINER= chinsan@FreeBSD.org COMMENT= A traditional chinese input utility in X -BROKEN= Unfetchable - USE_BZIP2= YES GNU_CONFIGURE= YES USE_GNOME= gtk20 gnomecontrolcenter2 gnomehier |