diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-07 13:52:09 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-07 13:52:09 +0000 |
commit | 04ba754eaeeeffa10ad6e137b5e22f3536ba5b96 (patch) | |
tree | 39d21a1cdb0b800d80eafbdaf70d5424552d8347 /chinese | |
parent | b97649580f52c1805614c859a8ff8d1d94c6c200 (diff) | |
download | ports-04ba754eaeeeffa10ad6e137b5e22f3536ba5b96.tar.gz ports-04ba754eaeeeffa10ad6e137b5e22f3536ba5b96.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/joe/Makefile | 3 | ||||
-rw-r--r-- | chinese/joe2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile index 7188156cf960..b8f2d063e43d 100644 --- a/chinese/joe/Makefile +++ b/chinese/joe/Makefile @@ -7,7 +7,8 @@ CATEGORIES= chinese editors -PATCH_SITES= LOCAL/chinsan +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= chinsan PATCHFILES= zh-joe-3.5.diff PATCH_DIST_STRIP= -p1 diff --git a/chinese/joe2/Makefile b/chinese/joe2/Makefile index aea40ff64041..07234e2140b5 100644 --- a/chinese/joe2/Makefile +++ b/chinese/joe2/Makefile @@ -7,7 +7,8 @@ CATEGORIES= chinese editors -PATCH_SITES= LOCAL/chinsan +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= chinsan PATCHFILES= zh-joe-2.9.8.diff PATCH_DIST_STRIP= -p1 |