diff options
author | obrien <obrien@FreeBSD.org> | 2000-08-31 21:19:22 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-08-31 21:19:22 +0000 |
commit | 2985c661fe72e03419a4b427859dc34121b2076c (patch) | |
tree | a240d57d18482d089352c47ae8a7f73853839c06 | |
parent | 4713099ff5671d946b46d986f4f68484f22d0857 (diff) | |
download | FreeBSD-ports-2985c661fe72e03419a4b427859dc34121b2076c.zip FreeBSD-ports-2985c661fe72e03419a4b427859dc34121b2076c.tar.gz |
I changed the name of a patch, but forgot to update it here.
-rw-r--r-- | chinese/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index affabdc..43467e7 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -10,8 +10,8 @@ MASTERDIR= ${.CURDIR}/../../mail/mutt MAINTAINER= ycheng@sinica.edu.tw -EXTRA_PATCHES= ${.CURDIR}/patches/patch-0a \ - ${.CURDIR}/patches/patch-init.h \ +EXTRA_PATCHES= ${.CURDIR}/patches/patch-init.h \ + ${.CURDIR}/patches/patch-parse.c \ ${.CURDIR}/patches/patch-pgp.c \ ${.CURDIR}/patches/patch-sendlib.c |