diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-10-11 17:12:38 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-10-11 17:12:38 +0800 |
commit | 782e1e7c791755008380c6d3a644f90203434d11 (patch) | |
tree | 60136707a008efc2dcff062dd1cbd7d7e8938c46 /textproc/html/Makefile | |
parent | 4a1b49aec72dcef8be81ef8341c8dd8d85f56945 (diff) | |
download | freebsd-ports-gnome-782e1e7c791755008380c6d3a644f90203434d11.tar.gz freebsd-ports-gnome-782e1e7c791755008380c6d3a644f90203434d11.tar.zst freebsd-ports-gnome-782e1e7c791755008380c6d3a644f90203434d11.zip |
Update to include HTML 4.01 specification.
Take over maintainership.
Move distfile in $MASTER_SITE_LOCAL/kuriyama.
Portlint.
No response from: maintainer
Discussed with: shige
Diffstat (limited to 'textproc/html/Makefile')
-rw-r--r-- | textproc/html/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index 8717e5894b42..caad0875d844 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -6,14 +6,15 @@ # PORTNAME= html -PORTVERSION= 4.0b +PORTVERSION= 4.01 CATEGORIES= textproc -MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kuriyama +EXTRACT_ONLY= # empty -MAINTAINER= jfieber@FreeBSD.org +MAINTAINER= kuriyama@FreeBSD.org NO_MTREE= yes -EXTRACT_ONLY= # empty NO_BUILD= yes NO_WRKSUBDIR= yes |