svn commit: r368810 - head/textproc/xmlcatmgr

Antoine Brodin antoine at FreeBSD.org
Mon Sep 22 06:30:48 UTC 2014


Author: antoine
Date: Mon Sep 22 06:30:47 2014
New Revision: 368810
URL: http://svnweb.freebsd.org/changeset/ports/368810
QAT: https://qat.redports.org/buildarchive/r368810/

Log:
  Fix typo

Modified:
  head/textproc/xmlcatmgr/Makefile

Modified: head/textproc/xmlcatmgr/Makefile
==============================================================================
--- head/textproc/xmlcatmgr/Makefile	Mon Sep 22 06:30:46 2014	(r368809)
+++ head/textproc/xmlcatmgr/Makefile	Mon Sep 22 06:30:47 2014	(r368810)
@@ -29,7 +29,8 @@ PLIST_FILES=	bin/xmlcatmgr man/man1/xmlc
 PLIST_DIRS=	share/xml share/sgml
 PORTDOCS=	AUTHORS COPYING NEWS README TODO
 
-XMLCATMGR?=		${PREFIX}/bin/xmlcatmgrCATALOG_MASTER_SGML?=	${PREFIX}/share/sgml/catalog
+XMLCATMGR?=		${PREFIX}/bin/xmlcatmgr
+CATALOG_MASTER_SGML?=	${PREFIX}/share/sgml/catalog
 CATALOG_PORTS_SGML?=	${PREFIX}/share/sgml/catalog.ports
 CATALOG_MASTER_XML?=	${PREFIX}/share/xml/catalog
 CATALOG_PORTS_XML?=	${PREFIX}/share/xml/catalog.ports


More information about the svn-ports-head mailing list