diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-05 14:55:14 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-05 14:55:14 +0000 |
commit | 7638f84c223f310254c00255d744f306e8008c80 (patch) | |
tree | 2bce33bfd64431a0b0dfd16200fb318c2833a3ee /textproc | |
parent | 79561053f0ad4a840080da6e40b72a1a4e3b877f (diff) | |
download | ports-7638f84c223f310254c00255d744f306e8008c80.tar.gz ports-7638f84c223f310254c00255d744f306e8008c80.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xlhtml/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile index d6f20de789f9..e16a99b47083 100644 --- a/textproc/xlhtml/Makefile +++ b/textproc/xlhtml/Makefile @@ -8,7 +8,10 @@ PORTNAME= xlhtml PORTVERSION= 0.4 CATEGORIES= textproc -MASTER_SITES= http://www.xlhtml.org/ +MASTER_SITES= http://www.xlhtml.org/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sobomax +DISTNAME= xlHtml-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org |