diff options
author | mat <mat@FreeBSD.org> | 2016-07-01 20:15:01 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-01 20:15:01 +0800 |
commit | 57f292fce8305cfb8d8626dff6120a88714ad7e7 (patch) | |
tree | 60e6ab43cd4a89e2ebe28c3b7897f0dd323caeb1 /textproc | |
parent | d7063ea44b4eefea3c3c63dc7e475a9edf8b4559 (diff) | |
download | freebsd-ports-gnome-57f292fce8305cfb8d8626dff6120a88714ad7e7.tar.gz freebsd-ports-gnome-57f292fce8305cfb8d8626dff6120a88714ad7e7.tar.zst freebsd-ports-gnome-57f292fce8305cfb8d8626dff6120a88714ad7e7.zip |
Register the catalog, otherwise, it's not really usable.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xhtml-basic/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xhtml-basic/Makefile b/textproc/xhtml-basic/Makefile index d007d3c25149..034f246ae4f2 100644 --- a/textproc/xhtml-basic/Makefile +++ b/textproc/xhtml-basic/Makefile @@ -3,7 +3,7 @@ PORTNAME= xhtml-basic PORTVERSION= 1.0.${RECDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.w3.org/TR/2000/REC-${PORTNAME}-${RECDATE}/ DISTNAME= ${PORTNAME} @@ -28,7 +28,8 @@ PORTDATA= xhtml-basic10-model-1.mod \ xhtml-basic10.dtd \ xml1.dcl -PLIST_FILES+= %%DATADIR%%/catalog.xml +PLIST_FILES+= %%DATADIR%%/catalog.xml \ + "@xmlcatmgr %%DATADIR%%/catalog.xml" PORTDOCS= Overview.html \ W3C-REC.css \ |