diff options
author | clive <clive@FreeBSD.org> | 2001-09-05 07:03:34 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-09-05 07:03:34 +0000 |
commit | 0135692b895350297c08f2c8292c80176efd6366 (patch) | |
tree | cc8b5225f2e8ad896e3aca63001bea38effe5dbe /chinese | |
parent | d03edc4c473df7630868246190532b42259a64a5 (diff) | |
download | FreeBSD-ports-0135692b895350297c08f2c8292c80176efd6366.zip FreeBSD-ports-0135692b895350297c08f2c8292c80176efd6366.tar.gz |
Add a new PATCH_SITES entry.
Diffstat (limited to 'chinese')
-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 57eeaa8..01cc71a 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 |