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 /www/html2hdml | |
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.
Diffstat (limited to 'www/html2hdml')
-rw-r--r-- | www/html2hdml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |