diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 21:09:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 21:09:34 +0800 |
commit | 41de90c98e96c918f45b332bb549d799708fdbd2 (patch) | |
tree | 858431739db4c3a165bb5ed47dde0b9ee8374405 /textproc/htmldoc/Makefile | |
parent | 25d9ac88024e1ce486145f78882d533ee286e9d8 (diff) | |
download | freebsd-ports-gnome-41de90c98e96c918f45b332bb549d799708fdbd2.tar.gz freebsd-ports-gnome-41de90c98e96c918f45b332bb549d799708fdbd2.tar.zst freebsd-ports-gnome-41de90c98e96c918f45b332bb549d799708fdbd2.zip |
upgrade to 1.8.23
PR: 45497
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Diffstat (limited to 'textproc/htmldoc/Makefile')
-rw-r--r-- | textproc/htmldoc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 86d959563287..70c738b768ea 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -6,11 +6,10 @@ # PORTNAME= htmldoc -PORTVERSION= 1.8.20 +PORTVERSION= 1.8.23 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTVERSION} -DISTNAME= ${PORTNAME}-${PORTVERSION}-1-source +MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/htmldoc/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= glenn@trewitt.org |