diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 10:25:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 10:25:16 +0000 |
commit | d027ed05c57eaecf8b28bcb4669e06938d937a06 (patch) | |
tree | faf4536daa8a1bb47bd2410b8561878571800a73 /chinese | |
parent | 380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6 (diff) | |
download | FreeBSD-ports-d027ed05c57eaecf8b28bcb4669e06938d937a06.zip FreeBSD-ports-d027ed05c57eaecf8b28bcb4669e06938d937a06.tar.gz |
Change places where "/patches/" is spelled out to "/files/".
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/mutt/Makefile | 8 | ||||
-rw-r--r-- | chinese/tin/Makefile | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index ec04743..354a6e1 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -10,10 +10,10 @@ MASTERDIR= ${.CURDIR}/../../mail/mutt MAINTAINER= ycheng@sinica.edu.tw -EXTRA_PATCHES= ${.CURDIR}/patches/patch-init.h \ - ${.CURDIR}/patches/patch-parse.c \ - ${.CURDIR}/patches/patch-pgp.c \ - ${.CURDIR}/patches/patch-sendlib.c +EXTRA_PATCHES= ${.CURDIR}/files/patch-init.h \ + ${.CURDIR}/files/patch-parse.c \ + ${.CURDIR}/files/patch-pgp.c \ + ${.CURDIR}/files/patch-sendlib.c .include "${MASTERDIR}/Makefile" 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" |