[Midnightbsd-cvs] mports: textproc/xmlcharent: FIx xmlcatmgr invocation, license.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 1 21:56:43 EDT 2008


Log Message:
-----------
FIx xmlcatmgr invocation, license.

Modified Files:
--------------
    mports/textproc/xmlcharent:
        Makefile (r1.2 -> r1.3)
        pkg-plist (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/textproc/xmlcharent/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L textproc/xmlcharent/pkg-plist -L textproc/xmlcharent/pkg-plist -u -r1.1 -r1.2
--- textproc/xmlcharent/pkg-plist
+++ textproc/xmlcharent/pkg-plist
@@ -1,4 +1,4 @@
- at comment $FreeBSD: ports/textproc/xmlcharent/pkg-plist,v 1.5 2006/07/14 16:32:39 hrs Exp $
+ at comment $MidnightBSD$
 @unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove CATALOG %%XMLDIR%%/catalog
 share/xml/xmlcharent/catalog
 @exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%XMLDIR%%/catalog
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/xmlcharent/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L textproc/xmlcharent/Makefile -L textproc/xmlcharent/Makefile -u -r1.2 -r1.3
--- textproc/xmlcharent/Makefile
+++ textproc/xmlcharent/Makefile
@@ -7,12 +7,13 @@
 
 PORTNAME=	xmlcharent
 PORTVERSION=	0.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	XML character entities
+LICENSE=	unknown
 
 RUN_DEPENDS=	${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
 
@@ -26,8 +27,8 @@
 
 XMLDIR=		${PREFIX}/share/xml/${PORTNAME}
 XMLCATMGR=	${LOCALBASE}/bin/xmlcatmgr
-CATALOG_PORTS_SGML=	${PREFIX}/share/sgml/catalog.ports
-CATALOG_PORTS_XML=	${PREFIX}/share/xml/catalog.ports
+CATALOG_PORTS_SGML=	${TRUE_PREFIX}/share/sgml/catalog.ports
+CATALOG_PORTS_XML=	${TRUE_PREFIX}/share/xml/catalog.ports
 
 do-install:
 	${MKDIR} ${XMLDIR}


More information about the Midnightbsd-cvs mailing list