summaryrefslogtreecommitdiff
path: root/chinese/mutt
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 10:25:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 10:25:16 +0000
commitf7c1b90f734ee8722065fd181df6c63fc0387109 (patch)
treead2ce76b569ea9e40f32e2e8b3cac624a6b50fa4 /chinese/mutt
parentChange PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is (diff)
Change places where "/patches/" is spelled out to "/files/".
Notes
Notes: svn path=/head/; revision=33577
Diffstat (limited to 'chinese/mutt')
-rw-r--r--chinese/mutt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile
index ec047436bc10..354a6e1548ef 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"