diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-09-05 07:03:34 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-09-05 07:03:34 +0000 |
commit | 1a7cedf3bad2c4d86c1a14d91d972d25f05e2ab9 (patch) | |
tree | 0ba171c6a98d3735ac645d9b4ec9171dfecb18c2 /chinese/mutt/Makefile | |
parent | upgrade to 0903 (diff) |
Add a new PATCH_SITES entry.
Notes
Notes:
svn path=/head/; revision=47446
Diffstat (limited to 'chinese/mutt/Makefile')
-rw-r--r-- | chinese/mutt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index 57eeaa86d16a..01cc71adbd7b 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -12,7 +12,8 @@ MASTERDIR= ${.CURDIR}/../../mail/mutt-devel MAINTAINER= ycheng@sinica.edu.tw -PATCH_SITES= http://www.cirx.org/~clive/dist/mutt13/ +PATCH_SITES= http://www.cirx.org/~clive/dist/mutt13/ \ + ftp://freebsd.sinica.edu.tw/pub/clive/mutt13/ PATCHFILES= ${PKGNAMEPREFIX}mutt-${PORTVERSION}.diff.gz PATCH_DIST_ARGS= -d ${WRKDIR} --quiet |