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/joe | |
parent | b97649580f52c1805614c859a8ff8d1d94c6c200 (diff) | |
download | ports-04ba754eaeeeffa10ad6e137b5e22f3536ba5b96.tar.gz ports-04ba754eaeeeffa10ad6e137b5e22f3536ba5b96.zip |
- Fix fetch. Short master site macro does not work in PATCH_SITES
PR: ports/108872, ports/108874
Submitted by: chinsan (maintainer)
Notes
Notes:
svn path=/head/; revision=184490
Diffstat (limited to 'chinese/joe')
-rw-r--r-- | chinese/joe/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |