diff options
author | knu <knu@FreeBSD.org> | 2003-09-07 04:59:53 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-09-07 04:59:53 +0800 |
commit | fb17210ae7122c4fc574f47f4eed3162f96f8bae (patch) | |
tree | 0303e8c9110e36219f221553a7cdce73a11d8b8d | |
parent | 550184676e19b1f2f8204f1fe3f1fd6ec9bb3f83 (diff) | |
download | freebsd-ports-gnome-fb17210ae7122c4fc574f47f4eed3162f96f8bae.tar.gz freebsd-ports-gnome-fb17210ae7122c4fc574f47f4eed3162f96f8bae.tar.zst freebsd-ports-gnome-fb17210ae7122c4fc574f47f4eed3162f96f8bae.zip |
Use MASTER_SITE_SOURCEFORGE_JP.
-rw-r--r-- | graphics/ruby-gdchart/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-svg/Makefile | 4 | ||||
-rw-r--r-- | japanese/nethack34/Makefile | 3 | ||||
-rw-r--r-- | japanese/ruby-gyokuro/Makefile | 3 | ||||
-rw-r--r-- | www/html2hdml/Makefile | 3 |
5 files changed, 10 insertions, 6 deletions
diff --git a/graphics/ruby-gdchart/Makefile b/graphics/ruby-gdchart/Makefile index 52238b88f008..5bed825ce6a4 100644 --- a/graphics/ruby-gdchart/Makefile +++ b/graphics/ruby-gdchart/Makefile @@ -7,7 +7,8 @@ PORTNAME= gdchart PORTVERSION= 0.0.9b CATEGORIES= graphics ruby -MASTER_SITES= http://downloads.sourceforge.jp/ruby-gdchart/1080/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR= ruby-gdchart/1080 PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION:S/b$/-beta/} DIST_SUBDIR= ruby diff --git a/graphics/ruby-svg/Makefile b/graphics/ruby-svg/Makefile index e098acf1c5ab..302028679283 100644 --- a/graphics/ruby-svg/Makefile +++ b/graphics/ruby-svg/Makefile @@ -8,8 +8,8 @@ PORTNAME= svg PORTVERSION= 1.0.3 CATEGORIES= graphics ruby -MASTER_SITES= http://downloads.sourceforge.jp/ruby-svg/2288/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR= ruby-svg/2288 DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile index 91f8063bf275..4de7fd709888 100644 --- a/japanese/nethack34/Makefile +++ b/japanese/nethack34/Makefile @@ -20,7 +20,8 @@ MD5_FILE= ${.CURDIR}/distinfo DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -PATCH_SITES= http://downloads.sourceforge.jp/jnethack/4546/ +PATCH_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +PATCH_SITE_SUBDIR= jnethack/4546 PATCHFILES= jnethack-${PORTVERSION}-0.2.diff.gz PATCH_DIST_STRIP= -p1 diff --git a/japanese/ruby-gyokuro/Makefile b/japanese/ruby-gyokuro/Makefile index 260b9a961c8d..98f8b9870e89 100644 --- a/japanese/ruby-gyokuro/Makefile +++ b/japanese/ruby-gyokuro/Makefile @@ -8,7 +8,8 @@ PORTNAME= gyokuro PORTVERSION= 1.0.0 CATEGORIES= japanese textproc ruby -MASTER_SITES= http://downloads.sourceforge.jp/gyokuro/1017/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR= gyokuro/1017 PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby diff --git a/www/html2hdml/Makefile b/www/html2hdml/Makefile index 8bbd204dbee4..e11001824e06 100644 --- a/www/html2hdml/Makefile +++ b/www/html2hdml/Makefile @@ -8,7 +8,8 @@ PORTNAME= html2hdml PORTVERSION= 1.0.3 CATEGORIES= www textproc -MASTER_SITES= http://downloads.sourceforge.jp/html2hdml/3784/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR= html2hdml/3784 MAINTAINER= knu@FreeBSD.org COMMENT= An i-mode HTML to EZweb HDML converter |