diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-07 11:51:39 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-07 11:51:39 +0000 |
commit | 76d88a5568ce4d288822b10375ffcf7ec76973e4 (patch) | |
tree | 324676ccfac9bddf49610c101dbf6ac01aaf11cf /textproc/html | |
parent | cc56c1142a23fdd7b0c074ad923984ba8517fbf5 (diff) | |
download | ports-76d88a5568ce4d288822b10375ffcf7ec76973e4.tar.gz ports-76d88a5568ce4d288822b10375ffcf7ec76973e4.zip |
Notes
Diffstat (limited to 'textproc/html')
-rw-r--r-- | textproc/html/Makefile | 2 | ||||
-rw-r--r-- | textproc/html/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index d007823170ab..cb66cfe61c19 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -7,7 +7,7 @@ PORTNAME= html PORTVERSION= 4.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama diff --git a/textproc/html/pkg-plist b/textproc/html/pkg-plist index 727dfded3df1..20d50e00c999 100644 --- a/textproc/html/pkg-plist +++ b/textproc/html/pkg-plist @@ -23,7 +23,7 @@ share/sgml/html/4.01/loose.dtd share/sgml/html/4.01/strict.dtd @unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%DTD_NAME%%/catalog share/sgml/html/catalog -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add %%DTD_NAME%%/catalog +@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTD_NAME%%/catalog @dirrm share/sgml/html/2.0 @dirrm share/sgml/html/3.2 @dirrm share/sgml/html/4.0 |