diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-07 21:52:09 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-07 21:52:09 +0800 |
commit | 4b8f61165283f845853d5523d0b87bf52a950770 (patch) | |
tree | d0f03fdd93f1d5d2bca8cd10ceb0ca963d8fc924 /chinese | |
parent | 591ce92d7285ff43131d2f76c88d30a0968a4734 (diff) | |
download | freebsd-ports-gnome-4b8f61165283f845853d5523d0b87bf52a950770.tar.gz freebsd-ports-gnome-4b8f61165283f845853d5523d0b87bf52a950770.tar.zst freebsd-ports-gnome-4b8f61165283f845853d5523d0b87bf52a950770.zip |
- Fix fetch. Short master site macro does not work in PATCH_SITES
PR: ports/108872, ports/108874
Submitted by: chinsan (maintainer)
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 |