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 /converters/ish | |
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 'converters/ish')
-rw-r--r-- | converters/ish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/ish/Makefile b/converters/ish/Makefile index 4becaaa..d4d3a6c 100644 --- a/converters/ish/Makefile +++ b/converters/ish/Makefile @@ -7,7 +7,7 @@ PORTNAME= ish PORTVERSION= 1.11 CATEGORIES= converters -MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_PORTS_JP} MAINTAINER= hosokawa@jp.FreeBSD.org |