diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:25:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:25:16 +0000 |
commit | f7c1b90f734ee8722065fd181df6c63fc0387109 (patch) | |
tree | ad2ce76b569ea9e40f32e2e8b3cac624a6b50fa4 /chinese/tin | |
parent | 7acef1cd7a4173168980125b140340c62b38c8d6 (diff) | |
download | ports-f7c1b90f734ee8722065fd181df6c63fc0387109.tar.gz ports-f7c1b90f734ee8722065fd181df6c63fc0387109.zip |
Notes
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 fe66a5cc0da1..14378448097f 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" |