diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-04 16:52:41 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-04 16:52:41 +0800 |
commit | 088e5e6146c0b519c969d775ed39e0e898f092a3 (patch) | |
tree | a68b0a79b6a4299789ede66b3062fb1e608bfbb1 /textproc | |
parent | b7766cd53475ff32fadef22b398b13649566db4c (diff) | |
download | freebsd-ports-gnome-088e5e6146c0b519c969d775ed39e0e898f092a3.tar.gz freebsd-ports-gnome-088e5e6146c0b519c969d775ed39e0e898f092a3.tar.zst freebsd-ports-gnome-088e5e6146c0b519c969d775ed39e0e898f092a3.zip |
sorry for commit the wrong path
PR: 46744
Submitted by: Rong-en Fan <rafan@infor.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmldoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 70c738b768ea..12197f6bdfbc 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -8,7 +8,7 @@ PORTNAME= htmldoc PORTVERSION= 1.8.23 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/htmldoc/ +MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= glenn@trewitt.org |