diff options
author | asami <asami@FreeBSD.org> | 2000-06-09 21:21:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-09 21:21:52 +0000 |
commit | 33ca8cbcabfa12ee26daa31f3351251b3f3dcf13 (patch) | |
tree | 28d158a90fe8897c1bb8330d034b3c33b7675d0a /mail/mew | |
parent | 9222f2d9590e1e078f5d9425b659256ebe69c942 (diff) | |
download | FreeBSD-ports-33ca8cbcabfa12ee26daa31f3351251b3f3dcf13.zip FreeBSD-ports-33ca8cbcabfa12ee26daa31f3351251b3f3dcf13.tar.gz |
Use MASTER_SITE_PORTS_JP instead of spelling out the URL.
Diffstat (limited to 'mail/mew')
-rw-r--r-- | mail/mew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 8e15301..d5cd16b 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.94.1 CATEGORIES= mail elisp MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \ ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \ - ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ + ${MASTER_SITE_PORTS_JP} DISTNAME= mew-${PORTVERSION} MAINTAINER= kiri@kiri.toba-cmt.ac.jp |