diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-09-06 20:59:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-09-06 20:59:53 +0000 |
commit | f1e5c2df82405f0c63ad55073a721caf78b98eb8 (patch) | |
tree | c4191a87b6b34efa093551c214fddaac92d3f4d5 /www/html2hdml/Makefile | |
parent | 133afad5c9b55eed15ddced89f1a58abc0b411a0 (diff) | |
download | ports-f1e5c2df82405f0c63ad55073a721caf78b98eb8.tar.gz ports-f1e5c2df82405f0c63ad55073a721caf78b98eb8.zip |
Notes
Diffstat (limited to 'www/html2hdml/Makefile')
-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 |