diff options
author | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
commit | 86688662ee4069a7cd518676ff8e421c8f0e809d (patch) | |
tree | 6305ab987dcce715d514f38deb608104562723ec /japanese | |
parent | 52f18bf97a85d08baed7eb38c0d7b388b5979ef6 (diff) | |
download | freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.gz freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.zst freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.zip |
Use ${MASTER_SITE_LOCAL}.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/esecanna-module-vje25/Makefile | 3 | ||||
-rw-r--r-- | japanese/esecanna-module-vje30/Makefile | 3 | ||||
-rw-r--r-- | japanese/esecanna-module-wnn6/Makefile | 3 | ||||
-rw-r--r-- | japanese/esecanna/Makefile | 3 | ||||
-rw-r--r-- | japanese/jed/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/japanese/esecanna-module-vje25/Makefile b/japanese/esecanna-module-vje25/Makefile index 6f3b609c563c..4a01f0d8af89 100644 --- a/japanese/esecanna-module-vje25/Makefile +++ b/japanese/esecanna-module-vje25/Makefile @@ -9,7 +9,8 @@ PORTNAME= esecanna-module-vje25 PORTVERSION= 0.14.5 CATEGORIES= japanese MASTER_SITES= http://esecanna.netfort.gr.jp/ \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= knu DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= knu@FreeBSD.org diff --git a/japanese/esecanna-module-vje30/Makefile b/japanese/esecanna-module-vje30/Makefile index adc7efa4454b..1d0d24c7a30c 100644 --- a/japanese/esecanna-module-vje30/Makefile +++ b/japanese/esecanna-module-vje30/Makefile @@ -9,7 +9,8 @@ PORTNAME= esecanna-module-vje30 PORTVERSION= 0.14.6 CATEGORIES= japanese MASTER_SITES= http://esecanna.netfort.gr.jp/ \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= knu DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= knu@FreeBSD.org diff --git a/japanese/esecanna-module-wnn6/Makefile b/japanese/esecanna-module-wnn6/Makefile index 3f5012a2349a..861a003fc361 100644 --- a/japanese/esecanna-module-wnn6/Makefile +++ b/japanese/esecanna-module-wnn6/Makefile @@ -9,7 +9,8 @@ PORTNAME= esecanna-module-wnn6 PORTVERSION= 0.14.2 CATEGORIES= japanese MASTER_SITES= http://esecanna.netfort.gr.jp/ \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= knu DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= knu@FreeBSD.org diff --git a/japanese/esecanna/Makefile b/japanese/esecanna/Makefile index 3814d907365a..1f2762141b4e 100644 --- a/japanese/esecanna/Makefile +++ b/japanese/esecanna/Makefile @@ -9,7 +9,8 @@ PORTNAME= esecanna PORTVERSION= 0.99.1 CATEGORIES= japanese MASTER_SITES= http://esecanna.netfort.gr.jp/ \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= knu DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= knu@FreeBSD.org diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index efa3b1228d63..8ac9e58805e7 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -8,8 +8,9 @@ PORTNAME= jed PORTVERSION= ${VERSION}.j${JP_VERSION} CATEGORIES= japanese editors -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://kondara.sdri.co.jp/~kikutani/slang/ +MASTER_SITE_SUBDIR= knu DISTNAME= ${PORTNAME}-B${VERSION:R}-${VERSION:E}__J${JP_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-extralibs-${VERSION}.tar.gz |