svn commit: r375145 - head/textproc/xmlcatmgr

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 00:35:51 UTC 2014


Author: antoine
Date: Sun Dec 21 00:35:50 2014
New Revision: 375145
URL: https://svnweb.freebsd.org/changeset/ports/375145
QAT: https://qat.redports.org/buildarchive/r375145/

Log:
  Put back 2 empty directories in plist, otherwise lots of things break

Modified:
  head/textproc/xmlcatmgr/Makefile

Modified: head/textproc/xmlcatmgr/Makefile
==============================================================================
--- head/textproc/xmlcatmgr/Makefile	Sun Dec 21 00:32:19 2014	(r375144)
+++ head/textproc/xmlcatmgr/Makefile	Sun Dec 21 00:35:50 2014	(r375145)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xmlcatmgr
 PORTVERSION=	2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
@@ -26,6 +26,7 @@ SUB_LIST=	XMLCATMGR=${XMLCATMGR} \
 		CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} \
 		CATALOG_PORTS_XML=${CATALOG_PORTS_XML}
 PLIST_FILES=	bin/xmlcatmgr man/man1/xmlcatmgr.1.gz
+PLIST_DIRS=	share/xml share/sgml
 PORTDOCS=	AUTHORS COPYING NEWS README TODO
 
 XMLCATMGR?=		${PREFIX}/bin/xmlcatmgr


More information about the svn-ports-head mailing list