diff options
Diffstat (limited to 'chinese/tin')
-rw-r--r-- | chinese/tin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/tin/Makefile b/chinese/tin/Makefile index fe66a5c..1437844 100644 --- a/chinese/tin/Makefile +++ b/chinese/tin/Makefile @@ -10,9 +10,9 @@ MASTERDIR= ${.CURDIR}/../../news/tin MAINTAINER= yssu@CCCA.NCTU.edu.tw -EXTRA_PATCHES= ${.CURDIR}/patches/patch-charset.c \ - ${.CURDIR}/patches/patch-cook.c \ - ${.CURDIR}/patches/patch-init.c +EXTRA_PATCHES= ${.CURDIR}/files/patch-charset.c \ + ${.CURDIR}/files/patch-cook.c \ + ${.CURDIR}/files/patch-init.c .include "${MASTERDIR}/Makefile" |