diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-31 18:06:52 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-31 18:06:52 +0000 |
commit | dd39ab1c6976ca936cfa4fe77c1e80d1fbc9ca43 (patch) | |
tree | 2b79db3f88fa4369768311f5d317b91e4291c15f /textproc/htmldoc/Makefile | |
parent | e4af5626a9e01f25f8fce267d8bf65931c258965 (diff) |
Notes
Diffstat (limited to 'textproc/htmldoc/Makefile')
-rw-r--r-- | textproc/htmldoc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index ddf909359766..28c1cf7d5536 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -6,9 +6,10 @@ # PORTNAME= htmldoc -PORTVERSION= 1.8.23 +PORTVERSION= 1.8.27 CATEGORIES= textproc -MASTER_SITES= http://ftp.easysw.com/pub/htmldoc/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_EASYSW} +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= glenn@trewitt.org |