From 04ba754eaeeeffa10ad6e137b5e22f3536ba5b96 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Wed, 7 Feb 2007 13:52:09 +0000 Subject: - Fix fetch. Short master site macro does not work in PATCH_SITES PR: ports/108872, ports/108874 Submitted by: chinsan (maintainer) --- chinese/joe/Makefile | 3 ++- chinese/joe2/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'chinese') 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 -- cgit v1.2.3