diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-11 09:12:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-11 09:12:38 +0000 |
commit | c39351d8e17732fc8d85b267da0ad730b61e0aaa (patch) | |
tree | f58484de6adebc8cafda76cd58cb0e0ed6c3df47 /textproc/html/Makefile | |
parent | 657cab2c5c613387fc408ee59024653dac72f477 (diff) |
Notes
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 |