aboutsummaryrefslogtreecommitdiff
path: root/chinese/mutt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/mutt/Makefile')
-rw-r--r--chinese/mutt/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile
index 995dfc635321..57eeaa86d16a 100644
--- a/chinese/mutt/Makefile
+++ b/chinese/mutt/Makefile
@@ -8,15 +8,17 @@
CATEGORIES= chinese
-MASTERDIR= ${.CURDIR}/../../mail/mutt
+MASTERDIR= ${.CURDIR}/../../mail/mutt-devel
MAINTAINER= ycheng@sinica.edu.tw
-EXTRA_PATCHES= ${.CURDIR}/files/patch-init.h \
- ${.CURDIR}/files/patch-parse.c \
- ${.CURDIR}/files/patch-pgp.c \
- ${.CURDIR}/files/patch-sendlib.c
+PATCH_SITES= http://www.cirx.org/~clive/dist/mutt13/
+PATCHFILES= ${PKGNAMEPREFIX}mutt-${PORTVERSION}.diff.gz
+PATCH_DIST_ARGS= -d ${WRKDIR} --quiet
-.include "${MASTERDIR}/Makefile"
+WITH_MUTT_LOCALES_FIX= yes
+
+MD5_FILE= ${.CURDIR}/distinfo
+PKGMESSAGE= ${.CURDIR}/pkg-message
-CONFIGURE_ARGS+= --enable-locales-fix
+.include "${MASTERDIR}/Makefile"