svn commit: r417873 - head/textproc/xhtml-basic

Mathieu Arnold mat at FreeBSD.org
Fri Jul 1 12:15:02 UTC 2016


Author: mat
Date: Fri Jul  1 12:15:01 2016
New Revision: 417873
URL: https://svnweb.freebsd.org/changeset/ports/417873

Log:
  Register the catalog, otherwise, it's not really usable.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/xhtml-basic/Makefile   (contents, props changed)

Modified: head/textproc/xhtml-basic/Makefile
==============================================================================
--- head/textproc/xhtml-basic/Makefile	Fri Jul  1 10:32:23 2016	(r417872)
+++ head/textproc/xhtml-basic/Makefile	Fri Jul  1 12:15:01 2016	(r417873)
@@ -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 \


More information about the svn-ports-head mailing list