diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-06-28 15:47:40 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-06-28 15:47:40 +0800 |
commit | 1009e9ed660f53838e4f9d338b817b349546702d (patch) | |
tree | 9056f383f5d30045c437e069413319d925695007 /textproc/xhtml | |
parent | 1ec7a3a34b2454468b9338f3101daacf6b8766bb (diff) | |
download | freebsd-ports-gnome-1009e9ed660f53838e4f9d338b817b349546702d.tar.gz freebsd-ports-gnome-1009e9ed660f53838e4f9d338b817b349546702d.tar.zst freebsd-ports-gnome-1009e9ed660f53838e4f9d338b817b349546702d.zip |
Remove SGMLDECL from catalog.
Submitted by: David Johnson <david@usermode.org>
PR: ports/35522
Diffstat (limited to 'textproc/xhtml')
-rw-r--r-- | textproc/xhtml/Makefile | 1 | ||||
-rw-r--r-- | textproc/xhtml/files/patch-xhtml.soc | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/textproc/xhtml/Makefile b/textproc/xhtml/Makefile index ac0c3412de09..c9daff2f28df 100644 --- a/textproc/xhtml/Makefile +++ b/textproc/xhtml/Makefile @@ -7,6 +7,7 @@ PORTNAME= xhtml PORTVERSION= 1.0.20020801 +PORTREVISION= 1 CATEGORIES= textproc #MASTER_SITES= http://www.w3.org/TR/xhtml1/ MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/textproc/xhtml/files/patch-xhtml.soc b/textproc/xhtml/files/patch-xhtml.soc new file mode 100644 index 000000000000..85054e139e06 --- /dev/null +++ b/textproc/xhtml/files/patch-xhtml.soc @@ -0,0 +1,8 @@ +--- DTD/xhtml.soc.orig Fri Aug 2 03:23:08 2002 ++++ DTD/xhtml.soc Sat Jun 28 16:43:36 2003 +@@ -11,4 +11,4 @@ + PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN" "xhtml-symbol.ent" + PUBLIC "-//W3C//ENTITIES Special for XHTML//EN" "xhtml-special.ent" + +-SGMLDECL "xhtml1.dcl" ++-- SGMLDECL "xhtml1.dcl" |