diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-11-08 09:20:18 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-11-08 09:20:18 +0000 |
commit | 05a243d0ab0ead8ddc2c46134a61e9fa2451c44e (patch) | |
tree | a7b27d97861c45caa73bfec5c2ff2bf3db004a06 /chinese/joe2/Makefile | |
parent | Repocopy chinese/joe --> chinese/joe2 in preparation to update chinese/joe (diff) |
- Add more PATCH_SITES
Submitted by: maintainer by email
Reported by: pointyhat by kris
Notes
Notes:
svn path=/head/; revision=147558
Diffstat (limited to 'chinese/joe2/Makefile')
-rw-r--r-- | chinese/joe2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chinese/joe2/Makefile b/chinese/joe2/Makefile index b3af02b0458a..264c6439feb0 100644 --- a/chinese/joe2/Makefile +++ b/chinese/joe2/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: zh-joe +# New ports collection makefile for: zh-joe2 # Date created: 3 July 1999 # Whom: Shen Chuan-Hsing <statue@mail.elife.idv.tw> # @@ -7,7 +7,10 @@ CATEGORIES= chinese editors -PATCH_SITES= http://bbs.ilc.edu.tw/~chinsan/ports/joe2/ +PATCH_SITES= http://opensvn.csie.org/chinsan/patch/ \ + ftp://bbs.ilc.edu.tw/chinsan/patch/ \ + http://bbs.ilc.edu.tw/~chinsan/ports/joe2/ \ + ftp://news.giga.net.tw/chinsan/patch/ PATCHFILES= zh-joe-2.9.8.diff PATCH_DIST_STRIP= -p1 |