diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-25 15:36:07 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-25 15:36:07 +0000 |
commit | a07c70ab36f0705b233801e62dfb5567c1318db2 (patch) | |
tree | 435d240307fcc915c7ac4cf9ed1bf1523c61516c /textproc/xhtml-basic/Makefile | |
parent | Update to 0.9.7rc1 (diff) |
Fix a problem that prevents some SGML tools from working.
Approved by: nectar (maintainer)
PR: ports/63035
Notes
Notes:
svn path=/head/; revision=117259
Diffstat (limited to 'textproc/xhtml-basic/Makefile')
-rw-r--r-- | textproc/xhtml-basic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xhtml-basic/Makefile b/textproc/xhtml-basic/Makefile index 9c6d7950539e..81272a0077cd 100644 --- a/textproc/xhtml-basic/Makefile +++ b/textproc/xhtml-basic/Makefile @@ -7,7 +7,7 @@ PORTNAME= xhtml-basic PORTVERSION= 1.0.${RECDATE} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.w3.org/TR/2000/REC-${PORTNAME}-${RECDATE}/ DISTNAME= ${PORTNAME} |