diff options
author | asami <asami@FreeBSD.org> | 2000-06-10 05:21:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-10 05:21:52 +0800 |
commit | 33ca8cbcabfa12ee26daa31f3351251b3f3dcf13 (patch) | |
tree | 28d158a90fe8897c1bb8330d034b3c33b7675d0a /japanese | |
parent | 9222f2d9590e1e078f5d9425b659256ebe69c942 (diff) | |
download | freebsd-ports-graphics-33ca8cbcabfa12ee26daa31f3351251b3f3dcf13.tar.gz freebsd-ports-graphics-33ca8cbcabfa12ee26daa31f3351251b3f3dcf13.tar.zst freebsd-ports-graphics-33ca8cbcabfa12ee26daa31f3351251b3f3dcf13.zip |
Use MASTER_SITE_PORTS_JP instead of spelling out the URL.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/dserver/Makefile | 2 | ||||
-rw-r--r-- | japanese/ee/Makefile | 2 | ||||
-rw-r--r-- | japanese/kcc/Makefile | 2 | ||||
-rw-r--r-- | japanese/newosaka/Makefile | 2 | ||||
-rw-r--r-- | japanese/prn/Makefile | 2 | ||||
-rw-r--r-- | japanese/slrn/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/japanese/dserver/Makefile b/japanese/dserver/Makefile index 53c2de9f8f7..8b31ad3e56d 100644 --- a/japanese/dserver/Makefile +++ b/japanese/dserver/Makefile @@ -9,7 +9,7 @@ PORTNAME= dserver PORTVERSION= 2.2.2 CATEGORIES= japanese MASTER_SITES= ftp://ftp.pu-toyama.ac.jp/pub/misc/ \ - ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ \ + ${MASTER_SITE_PORTS_JP} \ ftp://ftp.sra.co.jp/pub/net/ndtp/misc/ DISTNAME= ${PORTNAME}2.2betapl2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/japanese/ee/Makefile b/japanese/ee/Makefile index c67d54661f2..1d90b6acdb9 100644 --- a/japanese/ee/Makefile +++ b/japanese/ee/Makefile @@ -9,7 +9,7 @@ PORTNAME= jee PORTVERSION= 1.0 CATEGORIES= japanese editors MASTER_SITES= ftp://ftp.mogami-wire.co.jp/pub/beta/ \ - ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ + ${MASTER_SITE_PORTS_JP} DISTFILES= ${PORTNAME}.tar.gz \ ee-3.0.tar.gz \ libncurses-3.0.tar.gz diff --git a/japanese/kcc/Makefile b/japanese/kcc/Makefile index e8ac47e1238..9bfde34dc43 100644 --- a/japanese/kcc/Makefile +++ b/japanese/kcc/Makefile @@ -8,7 +8,7 @@ PORTNAME= kcc PORTVERSION= 1.0 CATEGORIES= japanese -MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_PORTS_JP} DISTNAME= ${PORTNAME} MAINTAINER= taoka@FreeBSD.org diff --git a/japanese/newosaka/Makefile b/japanese/newosaka/Makefile index 7a741215480..dfb9eff5e35 100644 --- a/japanese/newosaka/Makefile +++ b/japanese/newosaka/Makefile @@ -8,7 +8,7 @@ PORTNAME= newosaka PORTVERSION= 1.0 CATEGORIES+= japanese -MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_PORTS_JP} DISTFILES= new-osaka.tar.gz MAINTAINER= nakai@FreeBSD.org diff --git a/japanese/prn/Makefile b/japanese/prn/Makefile index 23362316948..798085c222f 100644 --- a/japanese/prn/Makefile +++ b/japanese/prn/Makefile @@ -8,7 +8,7 @@ PORTNAME= prn PORTVERSION= 1.0 CATEGORIES= japanese print -MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_PORTS_JP} DISTNAME= ${PORTNAME} MAINTAINER= taoka@FreeBSD.org diff --git a/japanese/slrn/Makefile b/japanese/slrn/Makefile index e055b229305..36027960fb5 100644 --- a/japanese/slrn/Makefile +++ b/japanese/slrn/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-doc-j0.9.5.6-0.tar.gz -PATCH_SITES= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ +PATCH_SITES= ${MASTER_SITE_PORTS_JP} PATCHFILES= ${PORTNAME}-${PORTVERSION}jp0.pat.gz PATCH_DIST_STRIP=-p1 |